Home
last modified time | relevance | path

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

/netbsd/external/gpl2/gmake/dist/w32/subproc/
H A Dsub_proc.c691 DWORD wait_return; in process_pipe_io() local
753 wait_return = WaitForMultipleObjects(wait_count, wait_list, in process_pipe_io()
758 if (wait_return == WAIT_FAILED) { in process_pipe_io()
765 ready_hand = wait_list[wait_return - WAIT_OBJECT_0]; in process_pipe_io()
845 DWORD wait_return; in process_file_io() local
882 wait_return = WaitForSingleObject(childhand, INFINITE); in process_file_io()
884 if (wait_return != WAIT_OBJECT_0) { in process_file_io()