HomeSort by relevance Sort by last modified time
    Searched full:waitformultipleobjects (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/chromium_org/base/synchronization/
waitable_event_win.cc 88 WaitForMultipleObjects(static_cast<DWORD>(count),
93 DPLOG(FATAL) << "WaitForMultipleObjects failed";
  /external/chromium_org/third_party/libxml/src/
testThreadsWin32.c 116 if (WaitForMultipleObjects (num_threads, tid, TRUE, INFINITE) == WAIT_FAILED)
117 perror ("WaitForMultipleObjects failed");
  /external/chromium_org/base/win/
startup_information_unittest.cc 75 EXPECT_EQ(WAIT_OBJECT_0, ::WaitForMultipleObjects(2, events, false,
event_trace_consumer_unittest.cc 159 DWORD result = ::WaitForMultipleObjects(arraysize(events), events,
  /external/lzma/CPP/7zip/Common/
StreamBinder.cpp 132 DWORD waitResult = ::WaitForMultipleObjects(2, events, FALSE, INFINITE);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
w32_CancelableWait.c 49 * WaitForMultipleObjects on 'waitHandle' and a manually reset WIN32
88 status = WaitForMultipleObjects (nHandles, handles, PTW32_FALSE, timeout);
pthread.h     [all...]
  /external/wpa_supplicant_8/src/utils/
eloop_win.c 2 * Event loop based on Windows events and WaitForMultipleObjects
568 printf("WaitForMultipleObjects: Too many events: "
574 ret = WaitForMultipleObjects(count, eloop.handles, FALSE,
601 printf("WaitForMultipleObjects(count=%d) failed: %d\n",
620 ret = WaitForMultipleObjects(eloop.event_count,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
subprocess.cc 172 WaitForMultipleObjects(handle_count, handles, FALSE, INFINITE);
179 GOOGLE_LOG(FATAL) << "WaitForMultipleObjects: "
182 GOOGLE_LOG(FATAL) << "WaitForMultipleObjects: Unexpected return code: "
  /external/protobuf/src/google/protobuf/compiler/
subprocess.cc 169 WaitForMultipleObjects(handle_count, handles, FALSE, INFINITE);
176 GOOGLE_LOG(FATAL) << "WaitForMultipleObjects: "
179 GOOGLE_LOG(FATAL) << "WaitForMultipleObjects: Unexpected return code: "
  /external/deqp/execserver/
xsWin32TestProcess.cpp 152 waitRes = WaitForMultipleObjects(DE_LENGTH_OF_ARRAY(waitHandles), &waitHandles[0], FALSE, INFINITE);
175 throw Error(GetLastError(), "WaitForMultipleObjects() failed");
265 waitRes = WaitForMultipleObjects(DE_LENGTH_OF_ARRAY(waitHandles), &waitHandles[0], FALSE, INFINITE);
307 throw Error(GetLastError(), "WaitForMultipleObjects() failed");
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
testutil.cc 127 WaitForMultipleObjects(count, hThread, TRUE, INFINITE);
149 WaitForMultipleObjects(count, hThread, TRUE, INFINITE);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
testutil.cc 127 WaitForMultipleObjects(count, hThread, TRUE, INFINITE);
149 WaitForMultipleObjects(count, hThread, TRUE, INFINITE);
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_ndis.c 191 WaitForMultipleObjects(2, handles, FALSE, INFINITE);
225 res = WaitForMultipleObjects(2, handles, FALSE, INFINITE);
238 "WaitForMultipleObjects failed: %d",
  /external/webrtc/src/system_wrappers/source/
condition_variable_win.cc 155 const DWORD result = WaitForMultipleObjects(2, // Wait on 2 events.
  /external/chromium_org/base/
sync_socket_win.cc 152 const int wait_result = WaitForMultipleObjects(
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
condition_variable_event_win.cc 142 const DWORD result = WaitForMultipleObjects(2, // Wait on 2 events.
  /external/qemu/distrib/sdl-1.2.15/src/thread/win32/
win_ce_semaphore.c 27 WaitForMultipleObjects is much harder to implement outside the kernel,
  /external/chromium_org/cloud_print/service/win/
chrome_launcher.cc 231 wait_result = ::WaitForMultipleObjects(arraysize(handles), handles,
  /external/qemu/
main-loop.c 230 ret = WaitForMultipleObjects(w->num, w->events, FALSE, *timeout);
253 fprintf(stderr, "WaitForMultipleObjects error %d %d\n", ret, err);
  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 103 retval = WaitForMultipleObjects(proc_index, handles, FALSE, INFINITE);
753 wait_return = WaitForMultipleObjects(wait_count, wait_list,
  /system/core/adb/
sysdeps_win32.c     [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_userspace.c 356 result = WaitForMultipleObjects(2, cv->events_, FALSE, INFINITE);
  /external/openssl/crypto/threads/
mttest.c 792 if (WaitForMultipleObjects(j,
796 fprintf(stderr,"WaitForMultipleObjects failed:%d\n",GetLastError());
  /external/chromium_org/testing/gtest/src/
gtest-death-test.cc 646 switch (::WaitForMultipleObjects(2,
666 // whether previous calls to WaitForMultipleObjects synchronized on this
    [all...]

Completed in 858 milliseconds

1 2 3