HomeSort by relevance Sort by last modified time
    Searched refs:WaitForSingleObject (Results 1 - 25 of 175) sorted by null

1 2 3 4 5 6 7

  /external/compiler-rt/test/asan/TestCases/Windows/
thread_stack_reuse.cc 27 if (WAIT_OBJECT_0 != WaitForSingleObject(thr, INFINITE))
33 if (WAIT_OBJECT_0 != WaitForSingleObject(thr, INFINITE))
beginthreadex.cc 18 if (WAIT_OBJECT_0 != WaitForSingleObject(thr, INFINITE))
dll_thread_stack_array_left_oob.cc 33 if (WAIT_OBJECT_0 != WaitForSingleObject(thr, INFINITE))
queue_user_work_item_report.cc 27 if (WAIT_OBJECT_0 != WaitForSingleObject(done, 10 * 1000))
thread_stack_array_left_oob.cc 26 WaitForSingleObject(thr, INFINITE);
thread_stack_array_right_oob.cc 26 WaitForSingleObject(thr, INFINITE);
thread_simple.cc 18 if (WAIT_OBJECT_0 != WaitForSingleObject(thr, INFINITE))
thread_suspended.cc 19 if (WAIT_OBJECT_0 != WaitForSingleObject(thr, INFINITE))
queue_user_work_item.cc 47 unsigned wait_result = WaitForSingleObject(done, 10 * 1000);
thread_stress.cc 23 if (WAIT_OBJECT_0 != WaitForSingleObject(thr[i], INFINITE))
bind_io_completion_callback.cc 62 if (WAIT_OBJECT_0 != WaitForSingleObject(done, 10 * 1000))
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue8517_windows.c 22 WaitForSingleObject(h, INFINITE);
cthread_windows.c 34 WaitForSingleObject((HANDLE)thread_id[i], INFINITE);
  /prebuilts/go/linux-x86/misc/cgo/test/
issue8517_windows.c 22 WaitForSingleObject(h, INFINITE);
cthread_windows.c 34 WaitForSingleObject((HANDLE)thread_id[i], INFINITE);
  /external/jemalloc/test/src/
thd.c 17 if (WaitForSingleObject(thd, INFINITE) == WAIT_OBJECT_0 && ret) {
  /external/libevent/test/
regress_thread.h 45 #define THREAD_JOIN(th) WaitForSingleObject(th, INFINITE)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_wince.h 108 waitResult = WaitForSingleObject(aLock, (waitflag ? INFINITE : 0));
113 waitResult = WaitForSingleObject(aLock, waitflag ? 3000 : 0);
  /external/deqp/framework/delibs/dethread/win32/
deSemaphoreWin32.c 68 DWORD ret = WaitForSingleObject(handle, INFINITE);
76 DWORD ret = WaitForSingleObject(handle, 0);
deMutexWin32.c 110 DWORD ret = WaitForSingleObject(handle, INFINITE);
124 DWORD ret = WaitForSingleObject(handle, 0);
  /external/python/cpython2/Python/
thread_wince.h 108 waitResult = WaitForSingleObject(aLock, (waitflag ? INFINITE : 0));
113 waitResult = WaitForSingleObject(aLock, waitflag ? 3000 : 0);
  /external/ltp/testcases/kernel/io/disktest/
threading.h 108 #define LOCK(Mutex) WaitForSingleObject((void *) Mutex, INFINITE)
  /external/webrtc/webrtc/system_wrappers/source/
event_timer_win.cc 41 unsigned long res = WaitForSingleObject(event_, max_time);
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
mutex.h 53 void lock() { WaitForSingleObject(mutex_, INFINITE); }
  /external/libusb/libusb/os/
threads_windows.c 67 result = WaitForSingleObject(*mutex, INFINITE);
91 result = WaitForSingleObject(*mutex, 0);
191 r2 = WaitForSingleObject(pos->event, timeout_ms);

Completed in 1225 milliseconds

1 2 3 4 5 6 7