Home
last modified time | relevance | path

Searched refs:win32_start_child (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/win32/
Dperlhost.h1691 win32_start_child(LPVOID arg) in win32_start_child() function
1824 id = win32_start_child((LPVOID)new_perl); in PerlProcFork()
1828 handle = (HANDLE)_beginthreadex((void*)NULL, 0, win32_start_child, in PerlProcFork()
1831 handle = CreateThread(NULL, 0, win32_start_child, in PerlProcFork()
/mirbsd/src/gnu/usr.bin/perl/wince/
Dperlhost.h1699 win32_start_child(LPVOID arg) in win32_start_child() function
1832 id = win32_start_child((LPVOID)new_perl); in PerlProcFork()
1836 handle = (HANDLE)_beginthreadex((void*)NULL, 0, win32_start_child, in PerlProcFork()
1839 handle = CreateThread(NULL, 0, win32_start_child, in PerlProcFork()