OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComThread
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/base/
thread.h
297
class
ComThread
: public Thread {
299
ComThread
() {}
300
virtual ~
ComThread
() { Stop(); }
306
RTC_DISALLOW_COPY_AND_ASSIGN(
ComThread
);
thread.cc
528
void
ComThread
::Run() {
thread_unittest.cc
720
Thread* thread = new
ComThread
();
Completed in 83 milliseconds