Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/platform/
H A Dsemaphore.cc148 DCHECK(result == WAIT_TIMEOUT);
153 if (result == WAIT_TIMEOUT) {
/third_party/libuv/src/win/
H A Dcore.c494 } else if (GetLastError() != WAIT_TIMEOUT) { in uv__poll_wine()
596 } else if (GetLastError() != WAIT_TIMEOUT) { in uv__poll()
H A Dthread.c417 if (r == WAIT_TIMEOUT) in uv_sem_trywait()
H A Dprocess.c1333 case WAIT_TIMEOUT: in uv__kill()
/third_party/node/deps/uv/src/win/
H A Dcore.c480 } else if (GetLastError() != WAIT_TIMEOUT) { in uv__poll_wine()
567 } else if (GetLastError() != WAIT_TIMEOUT) { in uv__poll()
H A Dthread.c342 if (r == WAIT_TIMEOUT) in uv_sem_trywait()
/third_party/python/Modules/_multiprocessing/
H A Dsemaphore.c71 case WAIT_TIMEOUT: in _GetSemaphoreValue()
151 case WAIT_TIMEOUT: in _multiprocessing_SemLock_acquire_impl()
/third_party/libuv/test/
H A Drunner-win.c205 if (result == WAIT_TIMEOUT) { in process_wait()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_sync.c203 if (res == WAIT_TIMEOUT) in dzn_sync_wait()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_pthread.cpp605 if (result == WAIT_TIMEOUT) in cond_wait_internal()
648 return (result == WAIT_TIMEOUT) ? DNG_ETIMEDOUT : 0; in cond_wait_internal()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dtransport.cc314 } else if (result == WAIT_TIMEOUT) { in WaitForDebugStubEvent()
/third_party/python/Python/
H A Dthread_nt.h98 result = WAIT_TIMEOUT; in EnterNonRecursiveMutex()
/third_party/skia/third_party/externals/angle2/util/windows/
H A Dtest_utils_win.cpp318 if (result == WAIT_TIMEOUT)
/third_party/python/Lib/multiprocessing/
H A Dconnection.py31 from _winapi import WAIT_OBJECT_0, WAIT_ABANDONED_0, WAIT_TIMEOUT, INFINITE namespace
811 if res == WAIT_TIMEOUT:
/third_party/glfw/deps/
H A Dtinycthread.c253 if (result == WAIT_TIMEOUT) in _cnd_timedwait_win32()
/third_party/curl/tests/server/
H A Dsockfilt.c479 == WAIT_TIMEOUT) { in select_ws_wait_thread()
544 == WAIT_TIMEOUT) { in select_ws_wait_thread()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Deloop_win.c612 if (ret == WAIT_TIMEOUT) in eloop_run()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Deloop_win.c612 if (ret == WAIT_TIMEOUT) in eloop_run()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_query.c23 #define WAIT_TIMEOUT 5 macro
445 WAIT_TIMEOUT * NSEC_PER_SEC); in wait_for_available()
/third_party/curl/lib/
H A Dtelnet.c1385 case WAIT_TIMEOUT: in telnet_do()
/third_party/python/Modules/
H A Doverlapped.c272 if (err == WAIT_TIMEOUT) in _overlapped_GetQueuedCompletionStatus_impl()
H A D_winapi.c2237 WINAPI_CONSTANT(F_DWORD, WAIT_TIMEOUT); in winapi_exec()
/third_party/python/Lib/
H A Dsubprocess.py1590 if result == _winapi.WAIT_TIMEOUT:

Completed in 28 milliseconds