OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AutoThread
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/base/
thread.h
282
//
AutoThread
automatically installs itself at construction
286
class
AutoThread
: public Thread {
288
explicit
AutoThread
(SocketServer* ss = 0);
289
~
AutoThread
() override;
292
RTC_DISALLOW_COPY_AND_ASSIGN(
AutoThread
);
thread.cc
338
AutoThread
thread;
340
ASSERT(current_thread != NULL); //
AutoThread
ensures this
514
AutoThread
::
AutoThread
(SocketServer* ss) : Thread(ss) {
520
AutoThread
::~
AutoThread
() {
thread_unittest.cc
289
AutoThread
thread;
314
AutoThread
thread;
/external/libchrome/base/threading/
thread_restrictions.h
76
class
AutoThread
;
201
friend class remoting::
AutoThread
;
/external/webrtc/webrtc/examples/peerconnection/client/linux/
main.cc
80
rtc::
AutoThread
auto_thread;
Completed in 202 milliseconds