Home
last modified time | relevance | path

Searched defs:wait_result (Results 1 – 7 of 7) sorted by relevance

/llvm-project/compiler-rt/test/asan/TestCases/Windows/
H A Dqueue_user_work_item.cpp42 unsigned wait_result = WaitForSingleObject(done, 10 * 1000); in main() local
/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Dclone_test.cpp29 pid_t wait_result = waitpid(clone_pid, &status, __WCLONE); in main() local
/llvm-project/lldb/source/Host/windows/
H A DHostThreadWindows.cpp36 DWORD wait_result = ::WaitForSingleObject(m_thread, INFINITE); in Join() local
H A DConnectionGenericFileWindows.cpp191 DWORD wait_result = ::WaitForMultipleObjects( in Read() local
H A DPipeWindows.cpp292 DWORD wait_result = ::WaitForSingleObject(m_read_overlapped.hEvent, timeout); ReadWithTimeout() local
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.cpp196 DWORD wait_result = WaitForSingleObject(m_debugging_ended_event, 5000); in StopDebugging() local
239 BOOL wait_result = WaitForDebugEvent(&dbe, INFINITE); in DebugLoop() local
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp370 auto wait_result = WaitPid(); in SigchldHandler() local