Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/win32/
Dwin32.c1255 CloseHandle(w32_child_handles[child]); in remove_dead_process()
1256 Move(&w32_child_handles[child+1], &w32_child_handles[child], in remove_dead_process()
1510 if (GetExitCodeProcess(w32_child_handles[child], &exitcode) && in win32_kill()
2915 win32_msgwait(aTHX_ w32_num_children, w32_child_handles, timeout, &waitcode); in win32_internal_wait()
2925 if (GetExitCodeProcess(w32_child_handles[i], &exitcode) ) { in win32_internal_wait()
2974 hProcess = w32_child_handles[child]; in win32_waitpid()
4662 w32_child_handles[w32_num_children] = ProcessInformation.hProcess; in do_spawnvp_handles()
Dwin32.h539 #define w32_child_handles (w32_children->handles) macro