/external/chromium/base/synchronization/ |
waitable_event_win.cc | 87 WaitForMultipleObjects(static_cast<DWORD>(count), 92 NOTREACHED() << "WaitForMultipleObjects failed: " << GetLastError();
|
/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_6/wpa_supplicant/src/utils/ |
eloop_win.c | 2 * Event loop based on Windows events and WaitForMultipleObjects 489 printf("WaitForMultipleObjects: Too many events: " 495 ret = WaitForMultipleObjects(count, eloop.handles, FALSE, 521 printf("WaitForMultipleObjects(count=%d) failed: %d\n", 540 ret = WaitForMultipleObjects(eloop.event_count,
|
/external/wpa_supplicant_8/src/utils/ |
eloop_win.c | 2 * Event loop based on Windows events and WaitForMultipleObjects 489 printf("WaitForMultipleObjects: Too many events: " 495 ret = WaitForMultipleObjects(count, eloop.handles, FALSE, 521 printf("WaitForMultipleObjects(count=%d) failed: %d\n", 540 ret = WaitForMultipleObjects(eloop.event_count,
|
/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/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_6/wpa_supplicant/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/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/quake/quake/src/WinQuake/ |
conproc.cpp | 107 dwRet = WaitForMultipleObjects (2, heventWait, FALSE, INFINITE);
|
/external/chromium/base/win/ |
event_trace_consumer_unittest.cc | 141 DWORD result = ::WaitForMultipleObjects(arraysize(events), 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,
|
/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/openssl/crypto/threads/ |
mttest.c | 792 if (WaitForMultipleObjects(j, 796 fprintf(stderr,"WaitForMultipleObjects failed:%d\n",GetLastError());
|
/external/chromium/testing/gtest/src/ |
gtest-death-test.cc | 606 switch (::WaitForMultipleObjects(2, 626 // whether previous calls to WaitForMultipleObjects synchronized on this [all...] |
/external/gtest/src/ |
gtest-death-test.cc | 606 switch (::WaitForMultipleObjects(2, 626 // whether previous calls to WaitForMultipleObjects synchronized on this [all...] |
/external/llvm/utils/unittest/googletest/ |
gtest-death-test.cc | 605 switch (::WaitForMultipleObjects(2, 625 // whether previous calls to WaitForMultipleObjects synchronized on this [all...] |
/external/protobuf/gtest/src/ |
gtest-death-test.cc | 558 switch (::WaitForMultipleObjects(2, 578 // whether previous calls to WaitForMultipleObjects synchronized on this [all...] |
/external/stlport/test/unit/ |
string_test.cpp | 236 if (WaitForMultipleObjects(nth, t, TRUE, INFINITE) == WAIT_FAILED) { 237 // On some platforms (evc3/evc4) WaitForMultipleObjects() with fWaitAll == TRUE [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
string_test.cpp | 236 if (WaitForMultipleObjects(nth, t, TRUE, INFINITE) == WAIT_FAILED) { 237 // On some platforms (evc3/evc4) WaitForMultipleObjects() with fWaitAll == TRUE [all...] |
/ndk/tests/device/test-stlport/unit/ |
string_test.cpp | 236 if (WaitForMultipleObjects(nth, t, TRUE, INFINITE) == WAIT_FAILED) { 237 // On some platforms (evc3/evc4) WaitForMultipleObjects() with fWaitAll == TRUE [all...] |
/external/chromium/base/ |
message_loop_unittest.cc | [all...] |
/external/stlport/etc/ |
ChangeLog-5.1 | [all...] |