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

1 2 3

  /external/chromium_org/media/audio/
cross_process_notification_win.cc 135 DWORD wait = ::WaitForMultipleObjects(event_count, &events[0], FALSE,
186 // Because of the way WaitForMultipleObjects works, we do a little trick here.
187 // When multiple events are signaled, WaitForMultipleObjects will return the
189 // pass the array the same way to WaitForMultipleObjects, the objects that
210 wait = ::WaitForMultipleObjects(notifications.size(), &handles[0], FALSE,
238 wait = ::WaitForMultipleObjects(MAXIMUM_WAIT_OBJECTS, &events[0], FALSE,
  /external/chromium/base/synchronization/
waitable_event_win.cc 87 WaitForMultipleObjects(static_cast<DWORD>(count),
92 NOTREACHED() << "WaitForMultipleObjects failed: " << GetLastError();
  /external/chromium_org/base/synchronization/
waitable_event_win.cc 90 WaitForMultipleObjects(static_cast<DWORD>(count),
95 DLOG_GETLASTERROR(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 73 EXPECT_EQ(WAIT_OBJECT_0, ::WaitForMultipleObjects(2, events, false,
event_trace_consumer_unittest.cc 167 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);
  /external/valgrind/unittest/
windows_tests.cc 141 EXPECT_EQ(WAIT_TIMEOUT, ::WaitForMultipleObjects(2, handles, TRUE, 1));
142 EXPECT_EQ(WAIT_OBJECT_0, ::WaitForMultipleObjects(2, handles, TRUE, INFINITE));
162 EXPECT_EQ(WAIT_TIMEOUT, ::WaitForMultipleObjects(2, handles, FALSE, 1));
163 EXPECT_EQ(WAIT_OBJECT_0 + 1, ::WaitForMultipleObjects(2, handles, FALSE, INFINITE));
165 EXPECT_EQ(WAIT_OBJECT_0, ::WaitForMultipleObjects(1, handles, FALSE, INFINITE));
  /external/wpa_supplicant_8/src/utils/
eloop_win.c 2 * Event loop based on Windows events and WaitForMultipleObjects
504 printf("WaitForMultipleObjects: Too many events: "
510 ret = WaitForMultipleObjects(count, eloop.handles, FALSE,
537 printf("WaitForMultipleObjects(count=%d) failed: %d\n",
556 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/chromium_org/tools/memory_watcher/
dllmain.cc 69 DWORD rv = WaitForMultipleObjects(2, events, FALSE, INFINITE);
  /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/qemu/
os-win32.c 144 ret = WaitForMultipleObjects(w->num, w->events, FALSE, *timeout);
167 fprintf(stderr, "WaitForMultipleObjects error %d %d\n", ret, err);
  /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/chromium_org/third_party/mongoose/
chrome-mongoose-modifications.diff 44 WaitForMultipleObjects(2, handles, FALSE, INFINITE);
  /external/webrtc/src/system_wrappers/source/
condition_variable_win.cc 155 const DWORD result = WaitForMultipleObjects(2, // Wait on 2 events.
  /external/chromium/base/win/
event_trace_consumer_unittest.cc 141 DWORD result = ::WaitForMultipleObjects(arraysize(events), events,
  /external/chromium_org/base/
sync_socket_win.cc 136 int wait_result = WaitForMultipleObjects(
  /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 249 wait_result = ::WaitForMultipleObjects(arraysize(handles), handles,
  /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...]

Completed in 674 milliseconds

1 2 3