Searched refs:childHandle (Results 1 – 2 of 2) sorted by relevance
44 HANDLE childHandle; member
247 WaitForSingleObject(proc->childHandle, INFINITE); in proc_open_rsrc_dtor()249 GetExitCodeProcess(proc->childHandle, &wstatus); in proc_open_rsrc_dtor()255 CloseHandle(proc->childHandle); in proc_open_rsrc_dtor()307 if (TerminateProcess(proc->childHandle, 255)) { in PHP_FUNCTION()370 GetExitCodeProcess(proc->childHandle, &wstatus); in PHP_FUNCTION()468 HANDLE childHandle; in PHP_FUNCTION() local786 childHandle = pi.hProcess; in PHP_FUNCTION()916 proc->childHandle = childHandle; in PHP_FUNCTION()
Completed in 7 milliseconds