Home | History | Annotate | Download | only in base

Lines Matching defs:thread

42   // Fields describing the desired thread behaviour.
45 // Used to receive the AutoThreadTaskRunner for the thread.
48 // Used to synchronize thread startup.
60 AutoThread* thread = new AutoThread(name, joiner.get());
61 scoped_refptr<AutoThreadTaskRunner> task_runner = thread->StartWithType(type);
63 delete thread;
80 AutoThread* thread = new AutoThread(name, joiner);
81 thread->SetComInitType(com_init_type);
83 thread->StartWithType(loop_type);
85 delete thread;
114 // Wait for the thread to exit.
131 DLOG(ERROR) << "failed to create thread";
136 // Wait for the thread to start and initialize message_loop_
138 // the thread lifetime is controlled by the AutoThreadTaskRunner, we would
140 // the thread to signal us.
182 // The message loop for this thread.
190 // Return an AutoThreadTaskRunner that will cleanly quit this thread when
199 // startup_data_ can't be touched anymore since the starting thread is now
203 // Initialize COM on the thread, if requested.