Home
last modified time | relevance | path

Searched refs:INFINITE (Results 1 – 25 of 152) sorted by relevance

1234567

/third_party/node/deps/v8/src/base/platform/
Dsemaphore.cc132 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/
Dthread_utils.c100 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/
Dthread.c61 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/
Dthread.c61 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/
Dcurl_threads.c141 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/
Dv8windbg-test.cc176 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/
Ddtfmtrtts.cpp30 #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/
DAsyncOperations.h155 …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/
Dsubprocess-win32.cc50 0, 0, INFINITE, NULL); in SetupPipe()
193 WaitForSingleObject(child_, INFINITE); in Finish()
260 &overlapped, INFINITE)) { in DoWork()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
DAsyncOperations.h155 …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/
Dw32pthreads.h93 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/
DDateFormatRoundTripTest.java42 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/
DDateFormatRoundTripTest.java39 public boolean INFINITE = false; field in DateFormatRoundTripTest
66 if (INFINITE) { in TestDateFormatRoundTrip()
97 if (!INFINITE) { in _test()
/third_party/python/Python/
Dcondvar.h194 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/
Dthread-win32.c120 if (WaitForSingleObject(t->thread, INFINITE) == WAIT_FAILED) in pa_thread_join()
160 WaitForSingleObject(m->thread, INFINITE); in monitor_thread_func()
Dsemaphore-win32.c59 WaitForSingleObject(s->sema, INFINITE); in pa_semaphore_wait()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_pthread.cpp425 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/
DWelsThreadLib.cpp140 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/
Dl2_packet_ndis.c191 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/
Dl2_packet_ndis.c191 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/
Dthreadstest.h54 return WaitForSingleObject(thread, INFINITE) == 0; in wait_for_thread()
/third_party/openh264/codec/decoder/core/src/
Dwels_decoder_thread.cpp102 result = WaitForSingleObject (e->h, INFINITE); in EventWait()
125 result = WaitForSingleObject (s->h, INFINITE); in SemWait()
/third_party/skia/tools/sk_app/win/
DD3D12WindowContext_win.cpp189 WaitForSingleObjectEx(fFenceEvent, INFINITE, FALSE); in getBackbufferSurface()
221 WaitForSingleObjectEx(fFenceEvent, INFINITE, FALSE); in resize()
/third_party/vk-gl-cts/framework/delibs/dethread/win32/
DdeSemaphoreWin32.c68 DWORD ret = WaitForSingleObject(handle, INFINITE); in deSemaphore_decrement()
/third_party/glslang/glslang/OSDependent/Windows/
Dossource.cpp121 WaitForSingleObject(GlobalLock, INFINITE); in GetGlobalLock()

1234567