Home
last modified time | relevance | path

Searched refs:childHandle (Results 1 – 2 of 2) sorted by path

/PHP-5.4/ext/standard/
H A Dproc_open.c244 WaitForSingleObject(proc->childHandle, INFINITE); in proc_open_rsrc_dtor()
245 GetExitCodeProcess(proc->childHandle, &wstatus); in proc_open_rsrc_dtor()
247 CloseHandle(proc->childHandle); in proc_open_rsrc_dtor()
296 if (TerminateProcess(proc->childHandle, 255)) { in PHP_FUNCTION()
357 GetExitCodeProcess(proc->childHandle, &wstatus); in PHP_FUNCTION()
455 HANDLE childHandle; in PHP_FUNCTION() local
772 childHandle = pi.hProcess; in PHP_FUNCTION()
902 proc->childHandle = childHandle; in PHP_FUNCTION()
H A Dproc_open.h44 HANDLE childHandle; member

Completed in 10 milliseconds