Home
last modified time | relevance | path

Searched refs:MSG_HAVEWORK (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/base/
Dworker.cc20 MSG_HAVEWORK = 0, enumerator
59 worker_thread_->Clear(this, MSG_HAVEWORK); in StopWork()
66 worker_thread_->Post(this, MSG_HAVEWORK); in HaveWork()
70 ASSERT(msg->message_id == MSG_HAVEWORK); in OnMessage()