Searched defs:AutoThread (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/remoting/base/
H A Dauto_thread.cc25 AutoThread::ComInitType type) {
27 if (type == AutoThread::COM_INIT_MTA) {
30 } else if (type == AutoThread::COM_INIT_STA) {
41 struct AutoThread::StartupData {
56 scoped_refptr<AutoThreadTaskRunner> AutoThread::CreateWithType(
60 AutoThread* thread = new AutoThread(name, joiner.get());
68 scoped_refptr<AutoThreadTaskRunner> AutoThread::Create(
75 scoped_refptr<AutoThreadTaskRunner> AutoThread::CreateWithLoopAndComInitTypes(
80 AutoThread* threa
90 AutoThread::AutoThread(const char* name) function in class:remoting::AutoThread
100 AutoThread::AutoThread(const char* name, AutoThreadTaskRunner* joiner) function in class:remoting::AutoThread
[all...]
H A Dauto_thread.h30 class AutoThread : base::PlatformThread::Delegate { class in namespace:remoting
32 // Create an AutoThread with the specified message-loop |type| and |name|.
44 // Create an AutoThread initialized for COM. |com_init_type| specifies the
54 // Construct the AutoThread. |name| identifies the thread for debugging.
55 explicit AutoThread(const char* name);
58 virtual ~AutoThread();
80 AutoThread(const char* name, AutoThreadTaskRunner* joiner);
110 DISALLOW_COPY_AND_ASSIGN(AutoThread);
/external/chromium_org/third_party/webrtc/base/
H A Dthread.cc431 AutoThread thread;
433 ASSERT(current_thread != NULL); // AutoThread ensures this
598 AutoThread::AutoThread(SocketServer* ss) : Thread(ss) { function in class:rtc::AutoThread
604 AutoThread::~AutoThread() {
H A Dthread.h282 // AutoThread automatically installs itself at construction
286 class AutoThread : public Thread { class in namespace:rtc
288 explicit AutoThread(SocketServer* ss = 0);
289 virtual ~AutoThread();
292 DISALLOW_COPY_AND_ASSIGN(AutoThread);

Completed in 322 milliseconds