OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:childhand
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c
686
HANDLE
childhand
= (HANDLE) pproc->pid;
local
750
wait_list[wait_count++] =
childhand
;
790
} else if (ready_hand ==
childhand
) {
793
GetExitCodeResult = GetExitCodeProcess(
childhand
, &ierr);
844
HANDLE
childhand
;
local
858
childhand
= (HANDLE) pproc->pid;
882
wait_return = WaitForSingleObject(
childhand
, INFINITE);
891
GetExitCodeResult = GetExitCodeProcess(
childhand
, &ierr);
Completed in 55 milliseconds