OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsQuitting
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/base/
messagequeue.h
183
virtual bool
IsQuitting
();
messagequeue.cc
157
bool MessageQueue::
IsQuitting
() {
thread.cc
476
return !
IsQuitting
();
virtualsocketserver.cc
603
return !msg_queue_->
IsQuitting
();
[
all
...]
/external/webrtc/talk/media/sctp/
sctpdataengine_unittest.cc
322
return !thread->
IsQuitting
();
Completed in 103 milliseconds