HomeSort by relevance Sort by last modified time
    Searched refs:DoWork (Results 1 - 22 of 22) sorted by null

  /external/libchrome/base/message_loop/
message_pump.h 26 // work was done. DoDelayedWork will still be called if DoWork returns
28 virtual bool DoWork() = 0;
63 // did_work |= delegate_->DoWork();
90 // Notice that the run loop cycles between calling DoInternalWork, DoWork,
103 // the callouts (DoWork and DoDelayedWork) MUST still be provided even in
105 // pump. DoWork in particular must never be starved for time slices unless
114 // Schedule a DoWork callback to happen reasonably soon. Does nothing if a
115 // DoWork callback is already scheduled. This method may be called from any
116 // thread. Once this call is made, DoWork should not be "starved" at least
message_pump_default.cc 35 bool did_work = delegate->DoWork();
message_pump_glib.cc 82 // we run DoWork and/or DoDelayedWork. That part will also run in the other
84 // - We also run DoWork, DoDelayedWork, and possibly DoIdleWork in the main
267 if (state_->delegate->DoWork()) {
313 more_work_is_plausible |= state_->delegate->DoWork();
message_loop.h 484 bool DoWork() override;
message_pump_libevent.cc 219 bool did_work = delegate->DoWork();
message_loop.cc 604 bool MessageLoop::DoWork() {
  /external/webrtc/webrtc/base/
nethelpers.h 48 void DoWork() override;
autodetectproxy.h 64 void DoWork() override;
signalthread.h 31 // call Release. DoWork, OnWorkStart and OnWorkStop are called again,
33 // The subclass should override DoWork() to perform the background task. By
77 virtual void DoWork() = 0;
signalthread.cc 109 // thread actually is done. We got here because DoWork() finished and
136 DoWork();
nethelpers.cc 93 void AsyncResolver::DoWork() {
proxy_unittest.cc 38 DoWork();
signalthread_unittest.cc 51 virtual void DoWork() {
autodetectproxy.cc 47 void AutoDetectProxy::DoWork() {
  /hardware/intel/common/wrs_omxil_core/utils/inc/
workqueue.h 98 void DoWork(WorkableInterface *wi);
  /hardware/intel/common/wrs_omxil_core/utils/src/
workqueue.cpp 67 /* wakeup DoWork() if it's sleeping */
71 * if DoWork() is sleeping, Work()'s called one more time at this moment.
72 * if DoWork()::wi->Work() called ScheduleWork() (self-rescheduling),
145 * 2. if Run() locks executing_lock first, DoWork() is called and
157 DoWork(wi);
166 void WorkQueue::DoWork(WorkableInterface *wi)
  /external/libmojo/base/message_loop/
message_pump_android.cc 34 // we call DoWork() / DoDelayedWork().
37 bool did_work = delegate->DoWork();
  /external/stressapptest/src/
worker.h 728 virtual bool DoWork(int fd);
784 virtual bool DoWork(int fd);
worker.cc     [all...]
  /external/libmojo/mojo/message_pump/
message_pump_mojo.cc 187 more_work_is_plausible |= delegate->DoWork();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dplay8.h     [all...]
  /external/webrtc/talk/session/media/
channel_unittest.cc 434 virtual void DoWork() {
    [all...]

Completed in 366 milliseconds