HomeSort by relevance Sort by last modified time
    Searched defs:AutoThread (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/remoting/base/
auto_thread.cc 25 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* thread = new AutoThread(name, joiner)
    [all...]
auto_thread.h 30 class AutoThread : base::PlatformThread::Delegate {
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/third_party/libjingle/source/talk/base/
thread.cc 388 AutoThread thread;
390 ASSERT(current_thread != NULL); // AutoThread ensures this
502 AutoThread::AutoThread(SocketServer* ss) : Thread(ss) {
508 AutoThread::~AutoThread() {
thread.h 211 // AutoThread automatically installs itself at construction
215 class AutoThread : public Thread {
217 AutoThread(SocketServer* ss = 0);
218 virtual ~AutoThread();
  /external/chromium_org/third_party/libjingle/source/talk/base/
thread.cc 395 AutoThread thread;
397 ASSERT(current_thread != NULL); // AutoThread ensures this
557 AutoThread::AutoThread(SocketServer* ss) : Thread(ss) {
563 AutoThread::~AutoThread() {
thread.h 277 // AutoThread automatically installs itself at construction
281 class AutoThread : public Thread {
283 explicit AutoThread(SocketServer* ss = 0);
284 virtual ~AutoThread();
287 DISALLOW_COPY_AND_ASSIGN(AutoThread);

Completed in 366 milliseconds