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

  /external/chromium_org/third_party/libjingle/source/talk/base/
signalthread.h 42 // Normal: Wait for SignalWorkDone, and then call Release to destroy.
46 // Periodic tasks: Wait for SignalWorkDone, then eventually call Start()
74 // SignalWorkDone will not be signalled. If wait is true, does not return
80 // the worker thread completes. SignalWorkDone will be signalled.
84 sigslot::signal1<SignalThread *> SignalWorkDone;
  /external/chromium_org/third_party/webrtc/base/
signalthread.h 25 // Normal: Wait for SignalWorkDone, and then call Release to destroy.
29 // Periodic tasks: Wait for SignalWorkDone, then eventually call Start()
57 // SignalWorkDone will not be signalled. If wait is true, does not return
63 // the worker thread completes. SignalWorkDone will be signalled.
67 sigslot::signal1<SignalThread *> SignalWorkDone;

Completed in 68 milliseconds