Home
last modified time | relevance | path

Searched refs:WAIT_OBJECT_0 (Results 1 - 25 of 64) sorted by relevance

123

/third_party/node/deps/v8/src/base/platform/
H A Dsemaphore.cc133 DCHECK(result == WAIT_OBJECT_0);
145 if (result == WAIT_OBJECT_0) {
156 DCHECK(result == WAIT_OBJECT_0);
/third_party/vk-gl-cts/framework/delibs/dethread/win32/
H A DdeSemaphoreWin32.c69 DE_ASSERT(ret == WAIT_OBJECT_0); in deSemaphore_decrement()
77 return (ret == WAIT_OBJECT_0); in deSemaphore_tryDecrement()
H A DdeMutexWin32.c111 DE_ASSERT(ret == WAIT_OBJECT_0); in deMutex_lock()
125 return (ret == WAIT_OBJECT_0); in deMutex_tryLock()
/third_party/curl/lib/
H A 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/skia/third_party/externals/dawn/src/utils/
H A DWindowsDebugLogger.cpp67 if (wait == WAIT_OBJECT_0) { in WindowsDebugLogger()
70 ASSERT(wait == WAIT_OBJECT_0 + 1); in WindowsDebugLogger()
/third_party/python/Python/
H A Dthread_nt.h67 DWORD result = WAIT_OBJECT_0; in EnterNonRecursiveMutex()
96 result = WAIT_OBJECT_0; in EnterNonRecursiveMutex()
97 } else if (result == WAIT_OBJECT_0) in EnterNonRecursiveMutex()
340 (DWORD)milliseconds) == WAIT_OBJECT_0) { in PyThread_acquire_lock_timed()
H A Dcondvar.h172 if (wait != WAIT_OBJECT_0) in _PyCOND_WAIT_MS()
188 return wait != WAIT_OBJECT_0; in _PyCOND_WAIT_MS()
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dthread_utils.c100 return (WaitForSingleObject(thread, INFINITE) != WAIT_OBJECT_0 || in pthread_join()
166 if (WaitForSingleObject(condition->waiting_sem_, 0) == WAIT_OBJECT_0) { in pthread_cond_signal()
172 WAIT_OBJECT_0); in pthread_cond_signal()
190 WAIT_OBJECT_0); in pthread_cond_wait()
/third_party/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.cc190 if (wait_result >= WAIT_OBJECT_0 && in Communicate()
191 wait_result < WAIT_OBJECT_0 + handle_count) { in Communicate()
192 signaled_handle = handles[wait_result - WAIT_OBJECT_0]; in Communicate()
243 } else if (wait_result != WAIT_OBJECT_0) { in Communicate()
/third_party/vk-gl-cts/execserver/
H A DxsWin32TestProcess.cpp154 if (waitRes == WAIT_OBJECT_0) in run()
167 else if (waitRes == WAIT_OBJECT_0 + 1) in run()
267 if (waitRes == WAIT_OBJECT_0) in run()
299 else if (waitRes == WAIT_OBJECT_0 + 1) in run()
596 if (WaitForSingleObject(m_procInfo.hProcess, INFINITE) != WAIT_OBJECT_0) in waitForFinish()
/third_party/libuv/src/win/
H A Dthread.c62 assert(result == WAIT_OBJECT_0); in uv__once_inner()
406 if (WaitForSingleObject(*sem, INFINITE) != WAIT_OBJECT_0) in uv_sem_wait()
414 if (r == WAIT_OBJECT_0) in uv_sem_trywait()
/third_party/node/deps/uv/src/win/
H A Dthread.c62 assert(result == WAIT_OBJECT_0); in uv__once_inner()
331 if (WaitForSingleObject(*sem, INFINITE) != WAIT_OBJECT_0) in uv_sem_wait()
339 if (r == WAIT_OBJECT_0) in uv_sem_trywait()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_windows_utils.py50 self.assertEqual(res, _winapi.WAIT_OBJECT_0)
112 self.assertEqual(res, _winapi.WAIT_OBJECT_0)
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_pthread.cpp425 if (::WaitForSingleObject(primaryHandle, INFINITE) != WAIT_OBJECT_0) in dng_pthread_join()
639 result = WAIT_OBJECT_0; in cond_wait_internal()
643 DNG_ASSERT (result == WAIT_OBJECT_0, "pthread emulation logic error"); in cond_wait_internal()
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/python/Modules/_multiprocessing/
H A Dsemaphore.c66 case WAIT_OBJECT_0: in _GetSemaphoreValue()
124 if (WaitForSingleObjectEx(self->handle, 0, FALSE) == WAIT_OBJECT_0) { in _multiprocessing_SemLock_acquire_impl()
153 case WAIT_OBJECT_0 + 0: in _multiprocessing_SemLock_acquire_impl()
157 case WAIT_OBJECT_0 + 1: in _multiprocessing_SemLock_acquire_impl()
/third_party/python/Lib/multiprocessing/
H A Dconnection.py31 from _winapi import WAIT_OBJECT_0, WAIT_ABANDONED_0, WAIT_TIMEOUT, INFINITE namespace
284 assert waitres == WAIT_OBJECT_0
306 assert waitres == WAIT_OBJECT_0
813 elif WAIT_OBJECT_0 <= res < WAIT_OBJECT_0 + len(L):
814 res -= WAIT_OBJECT_0
/third_party/lzma/CPP/Windows/
H A DSynchronization.cpp78 return WAIT_OBJECT_0 + i; in WaitForMultiObj_Any_Infinite()
/third_party/skia/third_party/externals/tint/src/utils/io/
H A Dcommand_windows.cc234 if (res >= WAIT_OBJECT_0 && res < WAIT_OBJECT_0 + num_handles) { in Exec()
/third_party/gn/src/util/
H A Dsemaphore.cc88 DCHECK(result == WAIT_OBJECT_0); in Wait()
/third_party/pulseaudio/src/pulsecore/
H A Dpoll-win32.c213 return ret == WAIT_OBJECT_0 ? *p_sought & ~(POLLPRI | POLLRDBAND) : 0; in windows_compute_revents()
245 if (ret == WAIT_OBJECT_0) in windows_compute_revents()
566 if (ret == WAIT_OBJECT_0 + nhandles) in pa_poll()
/third_party/node/test/overlapped-checker/
H A Dmain_win.c54 if (result == WAIT_OBJECT_0) { in main()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dplatform_thread.cc46 assert(result == WAIT_OBJECT_0); in Join()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dtransport.cc301 if (result == WAIT_OBJECT_0 + 1) { in WaitForDebugStubEvent()
308 } else if (result == WAIT_OBJECT_0) { in WaitForDebugStubEvent()
/third_party/skia/third_party/externals/angle2/util/windows/
H A Dtest_utils_win.cpp293 return result == WAIT_OBJECT_0;
313 if (result == WAIT_OBJECT_0)
/third_party/python/Parser/
H A Dmyreadline.c75 case WAIT_OBJECT_0: in my_fgets()
150 == WAIT_OBJECT_0) { in _PyOS_WindowsConsoleReadline()

Completed in 22 milliseconds

123