Searched defs:wait_result (Results 1 – 7 of 7) sorted by relevance
42 unsigned wait_result = WaitForSingleObject(done, 10 * 1000); in main() local
29 pid_t wait_result = waitpid(clone_pid, &status, __WCLONE); in main() local
36 DWORD wait_result = ::WaitForSingleObject(m_thread, INFINITE); in Join() local
191 DWORD wait_result = ::WaitForMultipleObjects( in Read() local
292 DWORD wait_result = ::WaitForSingleObject(m_read_overlapped.hEvent, timeout); ReadWithTimeout() local
196 DWORD wait_result = WaitForSingleObject(m_debugging_ended_event, 5000); in StopDebugging() local 239 BOOL wait_result = WaitForDebugEvent(&dbe, INFINITE); in DebugLoop() local
370 auto wait_result = WaitPid(); in SigchldHandler() local