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

  /external/chromium/third_party/libjingle/source/talk/base/
signalthread.cc 120 if (ST_MSG_WORKER_DONE == msg->message_id) {
132 // Run() posted the ST_MSG_WORKER_DONE message. This means the worker
154 main_->Post(this, ST_MSG_WORKER_DONE);
signalthread.h 83 enum { ST_MSG_WORKER_DONE, ST_MSG_FIRST_AVAILABLE };

Completed in 511 milliseconds