Home
last modified time | relevance | path

Searched refs:WAIT_FAILED (Results 1 - 23 of 23) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DSynchronization.cpp52 return WAIT_FAILED; in WaitForMultiObj_Any_Infinite()
66 return WAIT_FAILED; in WaitForMultiObj_Any_Infinite()
H A DSynchronization.h261 #define WAIT_FAILED ((DWORD)0xFFFFFFFF) macro
/third_party/python/Python/
H A Dthread_nt.h69 return WAIT_FAILED; in EnterNonRecursiveMutex()
73 result = WAIT_FAILED; in EnterNonRecursiveMutex()
85 result = WAIT_FAILED; in EnterNonRecursiveMutex()
99 /* else, it is WAIT_FAILED */ in EnterNonRecursiveMutex()
H A Dcondvar.h185 if (wait == WAIT_FAILED) in _PyCOND_WAIT_MS()
/third_party/curl/lib/vtls/
H A Dmbedtls_threadlock.c104 if(WaitForSingleObject(mutex_buf[n], INFINITE) == WAIT_FAILED) { in Curl_mbedtlsthreadlock_lock_function()
/third_party/ninja/src/
H A Dmsvc_helper-win32.cc95 if (WaitForSingleObject(process_info.hProcess, INFINITE) == WAIT_FAILED) in Run()
/third_party/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.cc193 } else if (wait_result == WAIT_FAILED) { in Communicate()
240 if (wait_result == WAIT_FAILED) { in Communicate()
/third_party/pulseaudio/src/pulsecore/
H A Dthread-win32.c120 if (WaitForSingleObject(t->thread, INFINITE) == WAIT_FAILED) in pa_thread_join()
/third_party/glfw/deps/
H A Dtinycthread.c257 else if (result == (int)WAIT_FAILED) in _cnd_timedwait_win32()
435 if (WaitForSingleObject(thr, INFINITE) == WAIT_FAILED) in thrd_join()
/third_party/lzma/C/
H A DThreads.c42 WAIT_FAILED // 0xFFFFFFFF in Handle_WaitObject()
44 if (dw == WAIT_FAILED) in Handle_WaitObject()
48 return WAIT_FAILED; in Handle_WaitObject()
/third_party/libuv/src/win/
H A Dwinsock.c511 if (r == WAIT_FAILED) { in uv__msafd_poll()
H A Dprocess.c1331 case WAIT_FAILED: in uv__kill()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dtransport.cc274 if (::WaitForSingleObject(socket_event_, INFINITE) == WAIT_FAILED) { in ReadSomeData()
/third_party/node/deps/uv/src/win/
H A Dwinsock.c511 if (r == WAIT_FAILED) { in uv__msafd_poll()
/third_party/python/Parser/
H A Dmyreadline.c78 case WAIT_FAILED: in my_fgets()
/third_party/python/Modules/_multiprocessing/
H A Dsemaphore.c160 case WAIT_FAILED: in _multiprocessing_SemLock_acquire_impl()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/
H A Dl2_packet_ndis.c235 case WAIT_FAILED: in l2_packet_rx_thread()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/
H A Dl2_packet_ndis.c235 case WAIT_FAILED: in l2_packet_rx_thread()
/third_party/python/Modules/
H A Dtimemodule.c2263 if (rc == WAIT_FAILED) {
2284 if (rc == WAIT_FAILED) {
H A D_winapi.c1850 if (result == WAIT_FAILED) in _winapi_WaitForMultipleObjects_impl()
1885 if (result == WAIT_FAILED) { in _winapi_WaitForSingleObject_impl()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Deloop_win.c600 if (ret == WAIT_FAILED) { in eloop_run()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Deloop_win.c600 if (ret == WAIT_FAILED) { in eloop_run()
/third_party/curl/tests/server/
H A Dsockfilt.c818 if(wait != WAIT_FAILED && (wait - WAIT_OBJECT_0) <= i && in select_ws()

Completed in 26 milliseconds