HomeSort by relevance Sort by last modified time
    Searched full:msgwaitformultipleobjectsex (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebKit2/Platform/win/
RunLoopWin.cpp 98 DWORD result = ::MsgWaitForMultipleObjectsEx(handleCount, &handle, interval, QS_SENDMESSAGE, 0);
117 ASSERT_WITH_MESSAGE(result != WAIT_FAILED, "::MsgWaitForMultipleObjectsEx failed with error %lu", ::GetLastError());
118 ASSERT_WITH_MESSAGE(false, "::MsgWaitForMultipleObjectsEx returned unexpected result %lu", result);
  /external/bluetooth/glib/glib/
gpoll.c 149 * -> Use MsgWaitForMultipleObjectsEx
152 g_print (" MsgWaitForMultipleObjectsEx(%d, %d)\n", nhandles, timeout);
154 ready = MsgWaitForMultipleObjectsEx (nhandles, handles, timeout,
160 g_warning ("MsgWaitForMultipleObjectsEx failed: %s", emsg);
324 * MsgWaitForMultipleObjectsEx() call will timeout right away
  /external/webkit/Tools/WebKitTestRunner/win/
TestControllerWin.cpp 154 DWORD result = ::MsgWaitForMultipleObjectsEx(objectCount, objects, end - now, QS_ALLINPUT, MWMO_INPUTAVAILABLE);
  /external/chromium/base/
message_pump_win.cc 255 result = MsgWaitForMultipleObjectsEx(0, NULL, delay, QS_ALLINPUT,
262 // This causes the MsgWaitForMultipleObjectsEx API to return indicating
322 // MsgWaitForMultipleObjectsEx again.
  /external/bluetooth/glib/
ChangeLog.pre-2-16 117 with MsgWaitForMultipleObjectsEx() even for the
    [all...]
  /external/webkit/Source/WebKit2/
ChangeLog     [all...]
  /external/webkit/Tools/
ChangeLog     [all...]

Completed in 582 milliseconds