Home
last modified time | relevance | path

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

/netbsd/external/gpl2/gmake/dist/w32/subproc/
H A Dsub_proc.c686 HANDLE childhand = (HANDLE) pproc->pid; in process_pipe_io() local
750 wait_list[wait_count++] = childhand; in process_pipe_io()
790 } else if (ready_hand == childhand) { in process_pipe_io()
793 GetExitCodeResult = GetExitCodeProcess(childhand, &ierr); in process_pipe_io()
844 HANDLE childhand; in process_file_io() local
858 childhand = (HANDLE) pproc->pid; in process_file_io()
882 wait_return = WaitForSingleObject(childhand, INFINITE); in process_file_io()
891 GetExitCodeResult = GetExitCodeProcess(childhand, &ierr); in process_file_io()