/third_party/node/deps/v8/src/base/platform/ |
D | semaphore.cc | 132 DWORD result = WaitForSingleObject(native_handle_, INFINITE); 143 if (msec >= static_cast<int64_t>(INFINITE)) { 144 DWORD result = WaitForSingleObject(native_handle_, INFINITE - 1);
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
D | thread_utils.c | 100 return (WaitForSingleObject(thread, INFINITE) != WAIT_OBJECT_0 || in pthread_join() 171 ok &= (WaitForSingleObject(condition->received_sem_, INFINITE) != in pthread_cond_signal() 182 ok = SleepConditionVariableCS(condition, mutex, INFINITE); in pthread_cond_wait() 189 ok = (WaitForSingleObject(condition->signal_event_, INFINITE) == in pthread_cond_wait()
|
/third_party/node/deps/uv/src/win/ |
D | thread.c | 61 result = WaitForSingleObject(existing_event, INFINITE); in uv__once_inner() 203 if (WaitForSingleObject(*tid, INFINITE)) in uv_thread_join() 331 if (WaitForSingleObject(*sem, INFINITE) != WAIT_OBJECT_0) in uv_sem_wait() 373 if (!SleepConditionVariableCS(&cond->cond_var, mutex, INFINITE)) in uv_cond_wait()
|
/third_party/libuv/src/win/ |
D | thread.c | 61 result = WaitForSingleObject(existing_event, INFINITE); in uv__once_inner() 203 if (WaitForSingleObject(*tid, INFINITE)) in uv_thread_join() 331 if (WaitForSingleObject(*sem, INFINITE) != WAIT_OBJECT_0) in uv_sem_wait() 373 if (!SleepConditionVariableCS(&cond->cond_var, mutex, INFINITE)) in uv_cond_wait()
|
/third_party/curl/lib/ |
D | curl_threads.c | 141 int ret = (WaitForSingleObject(*hnd, INFINITE) == WAIT_OBJECT_0); in Curl_thread_join() 143 int ret = (WaitForSingleObjectEx(*hnd, INFINITE, FALSE) == WAIT_OBJECT_0); in Curl_thread_join()
|
/third_party/node/deps/v8/tools/v8windbg/test/ |
D | v8windbg-test.cc | 176 hr = p_debug_control->WaitForEvent(0, INFINITE); in RunTests() 182 hr = p_debug_control->WaitForEvent(0, INFINITE); in RunTests() 193 hr = p_debug_control->WaitForEvent(0, INFINITE); in RunTests()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | dtfmtrtts.cpp | 30 #ifndef INFINITE 31 #define INFINITE 0 macro 156 #if INFINITE in TestDateFormatRoundTrip() 163 # if INFINITE in TestDateFormatRoundTrip() 212 #if !INFINITE in test()
|
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/ |
D | AsyncOperations.h | 155 …Wait(_In_ ABI::Windows::Foundation::IAsyncAction* pOperation, _In_ DWORD dwMilliseconds = INFINITE) 160 …I::Windows::Foundation::IAsyncOperation<TResult>* pOperation, _In_ DWORD dwMilliseconds = INFINITE) 165 …:IAsyncOperationWithProgress<TResult, TProgress>* pOperation, _In_ DWORD dwMilliseconds = INFINITE)
|
/third_party/ninja/src/ |
D | subprocess-win32.cc | 50 0, 0, INFINITE, NULL); in SetupPipe() 193 WaitForSingleObject(child_, INFINITE); in Finish() 260 &overlapped, INFINITE)) { in DoWork()
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | AsyncOperations.h | 155 …Wait(_In_ ABI::Windows::Foundation::IAsyncAction* pOperation, _In_ DWORD dwMilliseconds = INFINITE) 160 …I::Windows::Foundation::IAsyncOperation<TResult>* pOperation, _In_ DWORD dwMilliseconds = INFINITE) 165 …:IAsyncOperationWithProgress<TResult, TProgress>* pOperation, _In_ DWORD dwMilliseconds = INFINITE)
|
/third_party/ffmpeg/compat/ |
D | w32pthreads.h | 93 DWORD ret = WaitForSingleObject(thread.handle, INFINITE); in pthread_join() 160 SleepConditionVariableSRW(cond, mutex, INFINITE, 0); in pthread_cond_wait()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | DateFormatRoundTripTest.java | 42 public boolean INFINITE = false; field in DateFormatRoundTripTest 69 if (INFINITE) { in TestDateFormatRoundTrip() 100 if (!INFINITE) { in _test()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateFormatRoundTripTest.java | 39 public boolean INFINITE = false; field in DateFormatRoundTripTest 66 if (INFINITE) { in TestDateFormatRoundTrip() 97 if (!INFINITE) { in _test()
|
/third_party/python/Python/ |
D | condvar.h | 194 int result = _PyCOND_WAIT_MS(cv, cs, INFINITE); in PyCOND_WAIT() 278 return SleepConditionVariableSRW(cv, cs, INFINITE, 0) ? 0 : -1; in PyCOND_WAIT()
|
/third_party/pulseaudio/src/pulsecore/ |
D | thread-win32.c | 120 if (WaitForSingleObject(t->thread, INFINITE) == WAIT_FAILED) in pa_thread_join() 160 WaitForSingleObject(m->thread, INFINITE); in monitor_thread_func()
|
D | semaphore-win32.c | 59 WaitForSingleObject(s->sema, INFINITE); in pa_semaphore_wait()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_pthread.cpp | 425 if (::WaitForSingleObject(primaryHandle, INFINITE) != WAIT_OBJECT_0) in dng_pthread_join() 638 ::WaitForSingleObject(semaphore, INFINITE); in cond_wait_internal() 657 return cond_wait_internal(cond, mutex, INFINITE); in dng_pthread_cond_wait() 942 result = (WaitForSingleObject(semaphore, INFINITE) == WAIT_OBJECT_0) ? 0 : -1; in dng_pthread_rwlock_rdlock() 1072 result = (WaitForSingleObject(semaphore, INFINITE) == WAIT_OBJECT_0) ? 0 : -1; in dng_pthread_rwlock_wrlock()
|
/third_party/openh264/codec/common/src/ |
D | WelsThreadLib.cpp | 140 return WaitForSingleObject (*event, INFINITE); in WelsEventWait() 150 return WaitForMultipleObjects (nCount, event_list, FALSE, INFINITE); in WelsMultipleEventsWaitSingleBlocking() 204 WaitForSingleObject (thread, INFINITE); in WelsThreadJoin()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/ |
D | l2_packet_ndis.c | 191 WaitForMultipleObjects(2, handles, FALSE, INFINITE); in l2_packet_rx_thread_try_read() 225 res = WaitForMultipleObjects(2, handles, FALSE, INFINITE); in l2_packet_rx_thread() 498 WaitForSingleObject(l2_ndisuio_global->rx_thread, INFINITE); in l2_packet_deinit()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/ |
D | l2_packet_ndis.c | 191 WaitForMultipleObjects(2, handles, FALSE, INFINITE); in l2_packet_rx_thread_try_read() 225 res = WaitForMultipleObjects(2, handles, FALSE, INFINITE); in l2_packet_rx_thread() 499 WaitForSingleObject(l2_ndisuio_global->rx_thread, INFINITE); in l2_packet_deinit()
|
/third_party/openssl/test/ |
D | threadstest.h | 54 return WaitForSingleObject(thread, INFINITE) == 0; in wait_for_thread()
|
/third_party/openh264/codec/decoder/core/src/ |
D | wels_decoder_thread.cpp | 102 result = WaitForSingleObject (e->h, INFINITE); in EventWait() 125 result = WaitForSingleObject (s->h, INFINITE); in SemWait()
|
/third_party/skia/tools/sk_app/win/ |
D | D3D12WindowContext_win.cpp | 189 WaitForSingleObjectEx(fFenceEvent, INFINITE, FALSE); in getBackbufferSurface() 221 WaitForSingleObjectEx(fFenceEvent, INFINITE, FALSE); in resize()
|
/third_party/vk-gl-cts/framework/delibs/dethread/win32/ |
D | deSemaphoreWin32.c | 68 DWORD ret = WaitForSingleObject(handle, INFINITE); in deSemaphore_decrement()
|
/third_party/glslang/glslang/OSDependent/Windows/ |
D | ossource.cpp | 121 WaitForSingleObject(GlobalLock, INFINITE); in GetGlobalLock()
|