HomeSort by relevance Sort by last modified time
    Searched refs:WaitForSingleObject (Results 76 - 100 of 153) sorted by null

1 2 34 5 6 7

  /external/protobuf/src/google/protobuf/compiler/
subprocess.cc 225 DWORD wait_result = WaitForSingleObject(child_handle_, INFINITE);
228 GOOGLE_LOG(FATAL) << "WaitForSingleObject: "
231 GOOGLE_LOG(FATAL) << "WaitForSingleObject: Unexpected return code: "
  /external/webrtc/webrtc/base/
thread.cc 259 WaitForSingleObject(thread_, INFINITE);
openssladapter.cc 51 #define MUTEX_LOCK(x) WaitForSingleObject((x), INFINITE)
  /external/wpa_supplicant_8/wpa_supplicant/
main_winsvc.c 411 WaitForSingleObject(kill_svc, INFINITE);
  /external/google-breakpad/src/client/windows/handler/
exception_handler.cc 356 WaitForSingleObject(handler_thread_, kWaitForHandlerThreadMs);
391 if (WaitForSingleObject(self->handler_start_semaphore_, INFINITE) ==
722 WaitForSingleObject(handler_finish_semaphore_, INFINITE);
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc 194 ::WaitForSingleObject(event_.Get(), INFINITE) == WAIT_OBJECT_0);
345 GTEST_CHECK_(::WaitForSingleObject(thread_.Get(), INFINITE) == WAIT_OBJECT_0)
483 ::WaitForSingleObject(tah->second, INFINITE) == WAIT_OBJECT_0);
    [all...]
  /external/lzma/C/Util/SfxSetup/
SfxSetup.c 586 WaitForSingleObject(hProcess, INFINITE);
  /external/opencv3/samples/gpu/
stereo_multi.cpp 74 WaitForSingleObject(thread_, INFINITE);
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_ndis.c 498 WaitForSingleObject(l2_ndisuio_global->rx_thread, INFINITE);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/
vpx_mem_tracker.c 647 ret = WaitForSingleObject(memtrack.mutex, INFINITE);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xthreads.h 141 WaitForSingleObject(_tmpthr->sem, INFINITE); \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xthreads.h 141 WaitForSingleObject(_tmpthr->sem, INFINITE); \
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
forking.py 297 res = _subprocess.WaitForSingleObject(int(self._handle), msecs)
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
forking.py 297 res = _subprocess.WaitForSingleObject(int(self._handle), msecs)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 297 res = _subprocess.WaitForSingleObject(int(self._handle), msecs)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 297 res = _subprocess.WaitForSingleObject(int(self._handle), msecs)
  /sdk/find_java/src/source/
find_java_lib.cpp 539 WaitForSingleObject(pinfo.hProcess, INFINITE);
  /sdk/find_java2/src/
JavaFinder.cpp 177 WaitForSingleObject(pinfo.hProcess, INFINITE);
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.cc     [all...]
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 773 if (WaitForSingleObject(thread_handle, INFINITE) != WAIT_OBJECT_0) {
774 printf("\n--- WaitForSingleObject failure %u", GetLastError());
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
serialwin32.py 261 err = win32.WaitForSingleObject(self._overlappedRead.hEvent, win32.INFINITE)
292 #~ win32.WaitForSingleObject(self._overlappedWrite.hEvent, win32.INFINITE)
  /external/dbus/dbus/
dbus-sysdeps-win.c     [all...]
  /external/deqp/execserver/
xsWin32TestProcess.cpp 596 if (WaitForSingleObject(m_procInfo.hProcess, INFINITE) != WAIT_OBJECT_0)
597 throw Error(GetLastError(), "Waiting for process failed, WaitForSingleObject() failed");
  /external/deqp/framework/delibs/deutil/
deProcess.c 764 if (WaitForSingleObject(process->procInfo.hProcess, INFINITE) != WAIT_OBJECT_0)
766 deProcess_setErrorFromWin32(process, "WaitForSingleObject() failed");
  /external/wpa_supplicant_8/src/utils/
eloop_win.c 691 WaitForSingleObject(event, INFINITE);

Completed in 8836 milliseconds

1 2 34 5 6 7