HomeSort by relevance Sort by last modified time
    Searched defs:DoneWaiting (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/base/win/
object_watcher.cc 37 // DoneWaiting can be synchronously called from RegisterWaitForSingleObject,
44 if (!RegisterWaitForSingleObject(&wait_object_, object, DoneWaiting,
85 void CALLBACK ObjectWatcher::DoneWaiting(void* param, BOOLEAN timed_out) {
  /external/chromium/base/win/
object_watcher.cc 20 bool did_signal; // DoneWaiting was called
61 if (!RegisterWaitForSingleObject(&watch->wait_object, object, DoneWaiting,
83 // If DoneWaiting is in progress, we wait for it to finish. We know whether
84 // DoneWaiting happened or not by inspecting the did_signal flag.
99 // If DoneWaiting was called, then the watch would have been posted as a
119 void CALLBACK ObjectWatcher::DoneWaiting(void* param, BOOLEAN timed_out) {
  /external/valgrind/unittest/
windows_tests.cc 182 void CALLBACK DoneWaiting(void *param, BOOLEAN timed_out) {
193 // execution of DoneWaiting callback. Currently, we don't catch this h-b.
197 // so we miss h-b between "int *obj = ..." and DoneWaiting on the second
210 DoneWaiting, obj, INFINITE,

Completed in 122 milliseconds