thread_            45 base/android/application_status_listener_unittest.cc         thread_("ApplicationStatusTest thread"),
thread_            51 base/android/application_status_listener_unittest.cc     thread_.Start();
thread_            52 base/android/application_status_listener_unittest.cc     thread_.message_loop()
thread_            75 base/android/application_status_listener_unittest.cc     EXPECT_EQ(thread_.message_loop(), base::MessageLoop::current());
thread_            94 base/android/application_status_listener_unittest.cc   base::Thread thread_;
thread_            73 base/files/file_path_watcher_linux.cc   Thread thread_;
thread_           217 base/files/file_path_watcher_linux.cc     : thread_("inotify_reader"),
thread_           225 base/files/file_path_watcher_linux.cc   if (inotify_fd_ >= 0 && pipe(shutdown_pipe_) == 0 && thread_.Start()) {
thread_           226 base/files/file_path_watcher_linux.cc     thread_.message_loop()->PostTask(
thread_           240 base/files/file_path_watcher_linux.cc     thread_.Stop();
thread_            20 base/sync_socket_unittest.cc     thread_.Start();
thread_            36 base/sync_socket_unittest.cc     thread_.Join();
thread_            41 base/sync_socket_unittest.cc   base::DelegateSimpleThread thread_;
thread_            16 base/threading/simple_thread.cc       thread_(), event_(true, false), tid_(0), joined_(false) {
thread_            22 base/threading/simple_thread.cc       thread_(), event_(true, false), tid_(0), joined_(false) {
thread_            32 base/threading/simple_thread.cc   bool success = PlatformThread::Create(options_.stack_size(), this, &thread_);
thread_            41 base/threading/simple_thread.cc   PlatformThread::Join(thread_);
thread_           110 base/threading/simple_thread.h     PlatformThread::SetThreadPriority(thread_, priority);
thread_           117 base/threading/simple_thread.h   PlatformThreadHandle thread_;  // PlatformThread handle, invalid after Join!
thread_            75 base/threading/thread.cc       thread_(0),
thread_           106 base/threading/thread.cc   if (!PlatformThread::Create(options.stack_size, this, &thread_)) {
thread_           135 base/threading/thread.cc   PlatformThread::Join(thread_);
thread_           168 base/threading/thread.cc   PlatformThread::SetThreadPriority(thread_, priority);
thread_           150 base/threading/thread.h   PlatformThreadHandle thread_handle() { return thread_; }
thread_           210 base/threading/thread.h   PlatformThreadHandle thread_;
thread_            25 chrome/browser/devtools/refcounted_adb_thread.cc   thread_ = new base::Thread(kDevToolsAdbBridgeThreadName);
thread_            28 chrome/browser/devtools/refcounted_adb_thread.cc   if (!thread_->StartWithOptions(options)) {
thread_            29 chrome/browser/devtools/refcounted_adb_thread.cc     delete thread_;
thread_            30 chrome/browser/devtools/refcounted_adb_thread.cc     thread_ = NULL;
thread_            35 chrome/browser/devtools/refcounted_adb_thread.cc   return thread_ ? thread_->message_loop() : NULL;
thread_            46 chrome/browser/devtools/refcounted_adb_thread.cc   if (!thread_)
thread_            51 chrome/browser/devtools/refcounted_adb_thread.cc       base::Bind(&RefCountedAdbThread::StopThread, thread_));
thread_            25 chrome/browser/devtools/refcounted_adb_thread.h   base::Thread* thread_;
thread_           195 chrome/browser/history/history_service.cc       thread_(new base::Thread(kHistoryThreadName)),
thread_           204 chrome/browser/history/history_service.cc       thread_(new base::Thread(kHistoryThreadName)),
thread_           231 chrome/browser/history/history_service.cc   if (!thread_) {
thread_           275 chrome/browser/history/history_service.cc     thread_->message_loop()->ReleaseSoon(FROM_HERE, raw_ptr);
thread_           281 chrome/browser/history/history_service.cc   base::Thread* thread = thread_;
thread_           282 chrome/browser/history/history_service.cc   thread_ = NULL;
thread_           418 chrome/browser/history/history_service.cc   thread_->message_loop_proxy()->PostTaskAndReply(
thread_           457 chrome/browser/history/history_service.cc   DCHECK(thread_) << "History service being called after cleanup";
thread_           570 chrome/browser/history/history_service.cc       thread_->message_loop_proxy().get(),
thread_           594 chrome/browser/history/history_service.cc       thread_->message_loop_proxy().get(),
thread_           616 chrome/browser/history/history_service.cc       thread_->message_loop_proxy().get(),
thread_           638 chrome/browser/history/history_service.cc       thread_->message_loop_proxy().get(),
thread_           663 chrome/browser/history/history_service.cc       thread_->message_loop_proxy().get(),
thread_           739 chrome/browser/history/history_service.cc   DCHECK(thread_) << "History service being called after cleanup";
thread_           742 chrome/browser/history/history_service.cc       thread_->message_loop_proxy(), FROM_HERE,
thread_           750 chrome/browser/history/history_service.cc   DCHECK(thread_) << "History service being called after cleanup";
thread_           753 chrome/browser/history/history_service.cc       thread_->message_loop_proxy(), FROM_HERE,
thread_           762 chrome/browser/history/history_service.cc   DCHECK(thread_) << "History service being called after cleanup";
thread_           771 chrome/browser/history/history_service.cc   thread_->message_loop_proxy()->PostTaskAndReply(
thread_           868 chrome/browser/history/history_service.cc   if (!thread_)
thread_           915 chrome/browser/history/history_service.cc   if (!thread_->Start()) {
thread_           968 chrome/browser/history/history_service.cc   CHECK(thread_);
thread_           969 chrome/browser/history/history_service.cc   CHECK(thread_->message_loop());
thread_           971 chrome/browser/history/history_service.cc   thread_->message_loop()->PostTask(FROM_HERE, task);
thread_          1081 chrome/browser/history/history_service.cc   DCHECK(thread_);
thread_          1084 chrome/browser/history/history_service.cc   tracker->PostTaskAndReply(thread_->message_loop_proxy().get(),
thread_          1098 chrome/browser/history/history_service.cc   DCHECK(thread_);
thread_          1102 chrome/browser/history/history_service.cc       thread_->message_loop_proxy().get(),
thread_          1148 chrome/browser/history/history_service.cc   if (!thread_)
thread_           822 chrome/browser/history/history_service.h     DCHECK(thread_) << "History service being called after cleanup";
thread_           838 chrome/browser/history/history_service.h     DCHECK(thread_) << "History service being called after cleanup";
thread_           858 chrome/browser/history/history_service.h     DCHECK(thread_) << "History service being called after cleanup";
thread_           880 chrome/browser/history/history_service.h     DCHECK(thread_) << "History service being called after cleanup";
thread_           904 chrome/browser/history/history_service.h     DCHECK(thread_) << "History service being called after cleanup";
thread_           922 chrome/browser/history/history_service.h     DCHECK(thread_) << "History service being called after cleanup";
thread_           931 chrome/browser/history/history_service.h     DCHECK(thread_) << "History service being called after cleanup";
thread_           941 chrome/browser/history/history_service.h     DCHECK(thread_) << "History service being called after cleanup";
thread_           952 chrome/browser/history/history_service.h     DCHECK(thread_) << "History service being called after cleanup";
thread_           968 chrome/browser/history/history_service.h     DCHECK(thread_) << "History service being called after cleanup";
thread_           987 chrome/browser/history/history_service.h     DCHECK(thread_) << "History service being called after cleanup";
thread_          1006 chrome/browser/history/history_service.h   base::Thread* thread_;
thread_           845 chrome/browser/password_manager/password_store_mac.cc   thread_.reset(new base::Thread("Chrome_PasswordStore_Thread"));
thread_           847 chrome/browser/password_manager/password_store_mac.cc   if (!thread_->Start()) {
thread_           848 chrome/browser/password_manager/password_store_mac.cc     thread_.reset(NULL);
thread_           857 chrome/browser/password_manager/password_store_mac.cc   thread_->Stop();
thread_           866 chrome/browser/password_manager/password_store_mac.cc   return (thread_.get()) ? thread_->message_loop_proxy() : NULL;
thread_          1047 chrome/browser/password_manager/password_store_mac.cc   DCHECK(thread_->message_loop() == base::MessageLoop::current());
thread_          1066 chrome/browser/password_manager/password_store_mac.cc   DCHECK(thread_->message_loop() == base::MessageLoop::current());
thread_            96 chrome/browser/password_manager/password_store_mac.h   scoped_ptr<base::Thread> thread_;
thread_            20 chrome/browser/sync/glue/browser_thread_model_worker.cc       thread_(thread), group_(group) {
thread_            26 chrome/browser/sync/glue/browser_thread_model_worker.cc   if (BrowserThread::CurrentlyOn(thread_)) {
thread_            27 chrome/browser/sync/glue/browser_thread_model_worker.cc     DLOG(WARNING) << "Already on thread " << thread_;
thread_            32 chrome/browser/sync/glue/browser_thread_model_worker.cc       thread_,
thread_            37 chrome/browser/sync/glue/browser_thread_model_worker.cc     DLOG(WARNING) << "Failed to post task to thread " << thread_;
thread_            52 chrome/browser/sync/glue/browser_thread_model_worker.cc   if (BrowserThread::CurrentlyOn(thread_)) {
thread_            57 chrome/browser/sync/glue/browser_thread_model_worker.cc         thread_, FROM_HERE,
thread_            66 chrome/browser/sync/glue/browser_thread_model_worker.cc   DCHECK(BrowserThread::CurrentlyOn(thread_));
thread_            50 chrome/browser/sync/glue/browser_thread_model_worker.h   content::BrowserThread::ID thread_;
thread_            42 chrome/common/extensions/docs/examples/extensions/irc/servlet/src/org/chromium/IRCProxyWebSocket.java     Thread thread_;
thread_            66 chrome/common/extensions/docs/examples/extensions/irc/servlet/src/org/chromium/IRCProxyWebSocket.java             thread_ = new Thread(this);
thread_            67 chrome/common/extensions/docs/examples/extensions/irc/servlet/src/org/chromium/IRCProxyWebSocket.java             thread_.start();
thread_            90 chrome/common/extensions/docs/examples/extensions/irc/servlet/src/org/chromium/IRCProxyWebSocket.java         thread_.stop();
thread_            90 chrome/common/profiling.cc   ProfilingThreadControl() : thread_(NULL) {}
thread_            95 chrome/common/profiling.cc     if (thread_ && thread_->IsRunning())
thread_            97 chrome/common/profiling.cc     thread_ = new base::Thread("Profiling_Flush");
thread_            98 chrome/common/profiling.cc     thread_->Start();
thread_            99 chrome/common/profiling.cc     thread_->message_loop()->PostTask(
thread_           100 chrome/common/profiling.cc         FROM_HERE, base::Bind(&FlushProfilingData, thread_));
thread_           106 chrome/common/profiling.cc     if (!thread_ || !thread_->IsRunning())
thread_           108 chrome/common/profiling.cc     thread_->Stop();
thread_           109 chrome/common/profiling.cc     delete thread_;
thread_           110 chrome/common/profiling.cc     thread_ = NULL;
thread_           114 chrome/common/profiling.cc   base::Thread* thread_;
thread_           119 chrome/test/chromedriver/net/port_server_unittest.cc   PortServerTest() : thread_("server") {
thread_           120 chrome/test/chromedriver/net/port_server_unittest.cc     EXPECT_TRUE(thread_.Start());
thread_           127 chrome/test/chromedriver/net/port_server_unittest.cc     thread_.message_loop()->PostTask(
thread_           135 chrome/test/chromedriver/net/port_server_unittest.cc   base::Thread thread_;
thread_            20 chrome/test/chromedriver/net/test_http_server.cc     : thread_("ServerThread"),
thread_            31 chrome/test/chromedriver/net/test_http_server.cc   bool thread_started = thread_.StartWithOptions(options);
thread_            37 chrome/test/chromedriver/net/test_http_server.cc   thread_.message_loop_proxy()->PostTask(
thread_            46 chrome/test/chromedriver/net/test_http_server.cc   if (!thread_.IsRunning())
thread_            49 chrome/test/chromedriver/net/test_http_server.cc   thread_.message_loop_proxy()->PostTask(
thread_            54 chrome/test/chromedriver/net/test_http_server.cc   thread_.Stop();
thread_            77 chrome/test/chromedriver/net/test_http_server.h   base::Thread thread_;
thread_           202 cloud_print/service/win/chrome_launcher.cc   thread_.reset(new base::DelegateSimpleThread(this, "chrome_launcher"));
thread_           203 cloud_print/service/win/chrome_launcher.cc   thread_->Start();
thread_           209 cloud_print/service/win/chrome_launcher.cc   thread_->Join();
thread_           210 cloud_print/service/win/chrome_launcher.cc   thread_.reset();
thread_            34 cloud_print/service/win/chrome_launcher.h   scoped_ptr<base::DelegateSimpleThread> thread_;
thread_           167 content/browser/devtools/devtools_http_handler_impl.cc   DCHECK(thread_.get() == NULL);
thread_           172 content/browser/devtools/devtools_http_handler_impl.cc   if (thread_)
thread_           174 content/browser/devtools/devtools_http_handler_impl.cc   thread_.reset(new base::Thread(kDevToolsHandlerThreadName));
thread_           184 content/browser/devtools/devtools_http_handler_impl.cc   if (!thread_->StartWithOptions(options)) {
thread_           191 content/browser/devtools/devtools_http_handler_impl.cc   thread_->message_loop()->PostTask(
thread_           197 content/browser/devtools/devtools_http_handler_impl.cc   thread_.reset();
thread_           206 content/browser/devtools/devtools_http_handler_impl.cc   if (!thread_)
thread_           325 content/browser/devtools/devtools_http_handler_impl.cc         thread_->message_loop_proxy().get(), server_.get(), connection_id);
thread_           581 content/browser/devtools/devtools_http_handler_impl.cc   if (!thread_)
thread_           606 content/browser/devtools/devtools_http_handler_impl.cc       thread_->message_loop(), server_.get(), connection_id);
thread_           666 content/browser/devtools/devtools_http_handler_impl.cc   if (!thread_->message_loop())
thread_           668 content/browser/devtools/devtools_http_handler_impl.cc   thread_->message_loop()->PostTask(
thread_           672 content/browser/devtools/devtools_http_handler_impl.cc   thread_->Stop();
thread_           679 content/browser/devtools/devtools_http_handler_impl.cc   if (!thread_)
thread_           696 content/browser/devtools/devtools_http_handler_impl.cc   thread_->message_loop()->PostTask(
thread_           707 content/browser/devtools/devtools_http_handler_impl.cc   if (!thread_)
thread_           709 content/browser/devtools/devtools_http_handler_impl.cc   thread_->message_loop()->PostTask(
thread_           719 content/browser/devtools/devtools_http_handler_impl.cc   if (!thread_)
thread_           721 content/browser/devtools/devtools_http_handler_impl.cc   thread_->message_loop()->PostTask(
thread_           728 content/browser/devtools/devtools_http_handler_impl.cc   if (!thread_)
thread_           730 content/browser/devtools/devtools_http_handler_impl.cc   thread_->message_loop()->PostTask(
thread_           739 content/browser/devtools/devtools_http_handler_impl.cc   if (!thread_)
thread_           741 content/browser/devtools/devtools_http_handler_impl.cc   thread_->message_loop()->PostTask(
thread_           114 content/browser/devtools/devtools_http_handler_impl.h   scoped_ptr<base::Thread> thread_;
thread_           143 content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc   ScopedThreadStopper(base::Thread* thread) : thread_(thread) {
thread_           147 content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc     if (thread_) {
thread_           150 content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc       thread_->message_loop_proxy()->PostTaskAndReply(
thread_           153 content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc       thread_->Stop();
thread_           157 content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc   bool is_valid() const { return thread_; }
thread_           160 content/browser/fileapi/copy_or_move_operation_delegate_unittest.cc   base::Thread* thread_;
thread_            33 content/browser/tracing/etw_system_event_consumer_win.cc     : thread_("EtwConsumerThread") {
thread_            46 content/browser/tracing/etw_system_event_consumer_win.cc   thread_.Start();
thread_            47 content/browser/tracing/etw_system_event_consumer_win.cc   thread_.message_loop()->PostTask(
thread_            66 content/browser/tracing/etw_system_event_consumer_win.cc   thread_.message_loop()->PostTask(FROM_HERE,
thread_            76 content/browser/tracing/etw_system_event_consumer_win.cc   thread_.Stop();
thread_            66 content/browser/tracing/etw_system_event_consumer_win.h   base::Thread thread_;
thread_            59 content/child/webthread_impl.cc     : thread_(new base::Thread(name)) {
thread_            60 content/child/webthread_impl.cc   thread_->Start();
thread_            64 content/child/webthread_impl.cc   thread_->message_loop()->PostTask(
thread_            69 content/child/webthread_impl.cc   thread_->message_loop()->PostDelayedTask(
thread_            77 content/child/webthread_impl.cc   CHECK(!thread_->message_loop()->is_running());  // We don't support nesting.
thread_            78 content/child/webthread_impl.cc   thread_->message_loop()->Run();
thread_            83 content/child/webthread_impl.cc   CHECK(thread_->message_loop()->is_running());
thread_            84 content/child/webthread_impl.cc   thread_->message_loop()->Quit();
thread_            88 content/child/webthread_impl.cc   return thread_->thread_id() == base::PlatformThread::CurrentId();
thread_            92 content/child/webthread_impl.cc   thread_->Stop();
thread_            47 content/child/webthread_impl.h   base::MessageLoop* message_loop() const { return thread_->message_loop(); }
thread_            51 content/child/webthread_impl.h   scoped_ptr<base::Thread> thread_;
thread_            40 content/renderer/media/webrtc_local_audio_track_unittest.cc       thread_(),
thread_            46 content/renderer/media/webrtc_local_audio_track_unittest.cc   virtual ~FakeAudioThread() { DCHECK(thread_.is_null()); }
thread_            67 content/renderer/media/webrtc_local_audio_track_unittest.cc         0, this, &thread_, base::kThreadPriority_RealtimeAudio);
thread_            68 content/renderer/media/webrtc_local_audio_track_unittest.cc     CHECK(!thread_.is_null());
thread_            73 content/renderer/media/webrtc_local_audio_track_unittest.cc     base::PlatformThread::Join(thread_);
thread_            74 content/renderer/media/webrtc_local_audio_track_unittest.cc     thread_ = base::PlatformThreadHandle();
thread_            80 content/renderer/media/webrtc_local_audio_track_unittest.cc   base::PlatformThreadHandle thread_;
thread_           148 ipc/ipc_channel_proxy_unittest.cc     thread_.reset(new base::Thread("ChannelProxyTestServerThread"));
thread_           151 ipc/ipc_channel_proxy_unittest.cc     thread_->StartWithOptions(options);
thread_           154 ipc/ipc_channel_proxy_unittest.cc     CreateChannelProxy(listener_.get(), thread_->message_loop_proxy().get());
thread_           161 ipc/ipc_channel_proxy_unittest.cc     thread_.reset();
thread_           173 ipc/ipc_channel_proxy_unittest.cc   scoped_ptr<base::Thread> thread_;
thread_          1075 ipc/ipc_sync_channel_unittest.cc     thread_.StartWithOptions(options);
thread_          1077 ipc/ipc_sync_channel_unittest.cc                                         thread_.message_loop_proxy());
thread_          1084 ipc/ipc_sync_channel_unittest.cc   base::Thread thread_;
thread_            75 jingle/glue/thread_wrapper_unittest.cc     thread_->Send(&handler, kTestMessage2, data);
thread_            80 jingle/glue/thread_wrapper_unittest.cc       : thread_(NULL) {
thread_            85 jingle/glue/thread_wrapper_unittest.cc     thread_ = talk_base::Thread::Current();
thread_            90 jingle/glue/thread_wrapper_unittest.cc   talk_base::Thread* thread_;
thread_           101 jingle/glue/thread_wrapper_unittest.cc   thread_->Post(&handler1_, kTestMessage1, data1);
thread_           102 jingle/glue/thread_wrapper_unittest.cc   thread_->Post(&handler1_, kTestMessage2, data2);
thread_           103 jingle/glue/thread_wrapper_unittest.cc   thread_->Post(&handler2_, kTestMessage1, data3);
thread_           104 jingle/glue/thread_wrapper_unittest.cc   thread_->Post(&handler2_, kTestMessage1, data4);
thread_           130 jingle/glue/thread_wrapper_unittest.cc   thread_->PostDelayed(kTestDelayMs1, &handler1_, kTestMessage1, data1);
thread_           131 jingle/glue/thread_wrapper_unittest.cc   thread_->PostDelayed(kTestDelayMs2, &handler1_, kTestMessage2, data2);
thread_           132 jingle/glue/thread_wrapper_unittest.cc   thread_->PostDelayed(kTestDelayMs3, &handler2_, kTestMessage1, data3);
thread_           133 jingle/glue/thread_wrapper_unittest.cc   thread_->PostDelayed(kTestDelayMs4, &handler2_, kTestMessage1, data4);
thread_           158 jingle/glue/thread_wrapper_unittest.cc   thread_->Post(&handler1_, kTestMessage1, NULL);
thread_           159 jingle/glue/thread_wrapper_unittest.cc   thread_->Post(&handler1_, kTestMessage2, NULL);
thread_           160 jingle/glue/thread_wrapper_unittest.cc   thread_->Post(&handler2_, kTestMessage1, NULL);
thread_           161 jingle/glue/thread_wrapper_unittest.cc   thread_->Post(&handler2_, kTestMessage2, NULL);
thread_           163 jingle/glue/thread_wrapper_unittest.cc   thread_->Clear(&handler1_, kTestMessage2);
thread_           182 jingle/glue/thread_wrapper_unittest.cc   thread_->PostDelayed(kTestDelayMs1, &handler1_, kTestMessage1, NULL);
thread_           183 jingle/glue/thread_wrapper_unittest.cc   thread_->PostDelayed(kTestDelayMs2, &handler1_, kTestMessage2, NULL);
thread_           184 jingle/glue/thread_wrapper_unittest.cc   thread_->PostDelayed(kTestDelayMs3, &handler2_, kTestMessage1, NULL);
thread_           185 jingle/glue/thread_wrapper_unittest.cc   thread_->PostDelayed(kTestDelayMs4, &handler2_, kTestMessage1, NULL);
thread_           187 jingle/glue/thread_wrapper_unittest.cc   thread_->Clear(&handler1_, kTestMessage2);
thread_           215 jingle/glue/thread_wrapper_unittest.cc     thread_->Post(&handler, kTestMessage1, NULL);
thread_           218 jingle/glue/thread_wrapper_unittest.cc   thread_->Clear(handler_ptr, talk_base::MQID_ANY, &removed);
thread_           230 jingle/glue/thread_wrapper_unittest.cc   thread_->Send(&handler1_, kTestMessage1, data);
thread_           302 jingle/glue/thread_wrapper_unittest.cc   thread_->Dispose(new DeletableObject(&deleted_));
thread_            53 media/audio/audio_device_thread.cc   base::PlatformThreadHandle thread_;
thread_            68 media/audio/audio_device_thread.cc AudioDeviceThread::~AudioDeviceThread() { DCHECK(!thread_.get()); }
thread_            75 media/audio/audio_device_thread.cc   CHECK(!thread_);
thread_            76 media/audio/audio_device_thread.cc   thread_ = new AudioDeviceThread::Thread(
thread_            78 media/audio/audio_device_thread.cc   thread_->Start();
thread_            83 media/audio/audio_device_thread.cc   if (thread_.get()) {
thread_            84 media/audio/audio_device_thread.cc     thread_->Stop(loop_for_join);
thread_            85 media/audio/audio_device_thread.cc     thread_ = NULL;
thread_            91 media/audio/audio_device_thread.cc   return !thread_;
thread_            99 media/audio/audio_device_thread.cc     : thread_(),
thread_           107 media/audio/audio_device_thread.cc   DCHECK(thread_.is_null());
thread_           112 media/audio/audio_device_thread.cc   DCHECK(thread_.is_null());
thread_           116 media/audio/audio_device_thread.cc   PlatformThread::CreateWithPriority(0, this, &thread_,
thread_           118 media/audio/audio_device_thread.cc   CHECK(!thread_.is_null());
thread_           129 media/audio/audio_device_thread.cc     std::swap(thread, thread_);
thread_           109 media/audio/audio_device_thread.h   scoped_refptr<AudioDeviceThread::Thread> thread_;
thread_            25 media/audio/clockless_audio_sink.cc     thread_.reset(new base::DelegateSimpleThread(this, "ClocklessAudioSink"));
thread_            26 media/audio/clockless_audio_sink.cc     thread_->Start();
thread_            32 media/audio/clockless_audio_sink.cc     thread_->Join();
thread_            58 media/audio/clockless_audio_sink.cc   scoped_ptr<base::DelegateSimpleThread> thread_;
thread_            71 media/audio/clockless_audio_sink.cc   thread_.reset(new ClocklessAudioSinkThread(params, callback));
thread_            85 media/audio/clockless_audio_sink.cc   playback_time_ = thread_->Stop();
thread_            95 media/audio/clockless_audio_sink.cc   thread_->Start();
thread_            43 media/audio/clockless_audio_sink.h   scoped_ptr<ClocklessAudioSinkThread> thread_;
thread_            47 media/audio/fake_audio_input_stream.cc       thread_("FakeAudioRecordingThread"),
thread_            67 media/audio/fake_audio_input_stream.cc   DCHECK(!thread_.IsRunning());
thread_            71 media/audio/fake_audio_input_stream.cc   thread_.Start();
thread_            72 media/audio/fake_audio_input_stream.cc   thread_.message_loop()->PostDelayedTask(
thread_           129 media/audio/fake_audio_input_stream.cc   thread_.message_loop()->PostDelayedTask(
thread_           136 media/audio/fake_audio_input_stream.cc   thread_.Stop();
thread_            63 media/audio/fake_audio_input_stream.h   base::Thread thread_;
thread_            37 media/filters/video_renderer_impl.cc       thread_(),
thread_            53 media/filters/video_renderer_impl.cc   CHECK(thread_.is_null());
thread_           107 media/filters/video_renderer_impl.cc   if (!thread_.is_null()) {
thread_           111 media/filters/video_renderer_impl.cc     std::swap(thread_, thread_to_join);
thread_           218 media/filters/video_renderer_impl.cc   if (!base::PlatformThread::Create(0, this, &thread_)) {
thread_           228 media/filters/video_renderer_impl.cc   ::SetThreadPriority(thread_.platform_handle(), THREAD_PRIORITY_ABOVE_NORMAL);
thread_           200 media/filters/video_renderer_impl.h   base::PlatformThreadHandle thread_;
thread_           181 mojo/common/handle_watcher.cc   base::Thread thread_;
thread_           195 mojo/common/handle_watcher.cc   thread_.Stop();
thread_           230 mojo/common/handle_watcher.cc   thread_.message_loop()->PostTask(
thread_           240 mojo/common/handle_watcher.cc   thread_.message_loop()->PostTask(
thread_           248 mojo/common/handle_watcher.cc     : thread_(kWatcherThreadName) {
thread_           251 mojo/common/handle_watcher.cc   thread_.StartWithOptions(thread_options);
thread_            13 mojo/public/cpp/utility/lib/thread.cc       thread_(),
thread_            20 mojo/public/cpp/utility/lib/thread.cc       thread_(),
thread_            45 mojo/public/cpp/utility/lib/thread.cc   rv = pthread_create(&thread_, &attr, &ThreadRunTrampoline, this);
thread_            58 mojo/public/cpp/utility/lib/thread.cc   int rv MOJO_ALLOW_UNUSED = pthread_join(thread_, NULL);
thread_            53 mojo/public/cpp/utility/thread.h   pthread_t thread_;
thread_            20 mojo/shell/in_process_dynamic_service_runner.cc     : thread_(this, "app_thread") {
thread_            24 mojo/shell/in_process_dynamic_service_runner.cc   if (thread_.HasBeenStarted()) {
thread_            25 mojo/shell/in_process_dynamic_service_runner.cc     DCHECK(!thread_.HasBeenJoined());
thread_            26 mojo/shell/in_process_dynamic_service_runner.cc     thread_.Join();
thread_            45 mojo/shell/in_process_dynamic_service_runner.cc   DCHECK(!thread_.HasBeenStarted());
thread_            46 mojo/shell/in_process_dynamic_service_runner.cc   thread_.Start();
thread_            39 mojo/shell/in_process_dynamic_service_runner.h   base::DelegateSimpleThread thread_;
thread_           370 net/cookies/cookie_monster.cc   scoped_refptr<base::MessageLoopProxy> thread_;
thread_           378 net/cookies/cookie_monster.cc       thread_(base::MessageLoopProxy::current()) {
thread_           394 net/cookies/cookie_monster.cc   if (thread_->BelongsToCurrentThread()) {
thread_           397 net/cookies/cookie_monster.cc     thread_->PostTask(FROM_HERE, base::Bind(
thread_            50 net/disk_cache/cache_creator.cc   scoped_refptr<base::MessageLoopProxy> thread_;
thread_            72 net/disk_cache/cache_creator.cc       thread_(thread),
thread_            92 net/disk_cache/cache_creator.cc                                           thread_.get(), net_log_);
thread_           103 net/disk_cache/cache_creator.cc       new disk_cache::BackendImpl(path_, thread_.get(), net_log_);
thread_            86 net/http/http_cache.cc                                         thread_.get(),
thread_           120 net/http/http_cache.h     scoped_refptr<base::MessageLoopProxy> thread_;
thread_            75 net/proxy/multi_threaded_proxy_resolver.cc   scoped_ptr<base::Thread> thread_;
thread_           321 net/proxy/multi_threaded_proxy_resolver.cc   thread_.reset(new base::Thread(thread_name.c_str()));
thread_           322 net/proxy/multi_threaded_proxy_resolver.cc   CHECK(thread_->Start());
thread_           333 net/proxy/multi_threaded_proxy_resolver.cc   thread_->message_loop()->PostTask(
thread_           352 net/proxy/multi_threaded_proxy_resolver.cc     thread_.reset();
thread_           375 net/proxy/multi_threaded_proxy_resolver.cc   DCHECK(!thread_.get());
thread_           444 net/proxy/proxy_resolver_v8_tracing.cc   DCHECK_EQ(base::MessageLoop::current(), parent_->thread_->message_loop());
thread_           475 net/proxy/proxy_resolver_v8_tracing.cc   return parent_->thread_->message_loop();
thread_          1103 net/proxy/proxy_resolver_v8_tracing.cc   thread_.reset(new base::Thread("Proxy resolver"));
thread_          1104 net/proxy/proxy_resolver_v8_tracing.cc   CHECK(thread_->Start());
thread_          1118 net/proxy/proxy_resolver_v8_tracing.cc   thread_->Stop();
thread_            64 net/proxy/proxy_resolver_v8_tracing.h   scoped_ptr<base::Thread> thread_;
thread_            33 net/socket/tcp_listen_socket_unittest.cc   thread_.reset(new base::Thread("socketio_test"));
thread_            34 net/socket/tcp_listen_socket_unittest.cc   thread_->StartWithOptions(options);
thread_            35 net/socket/tcp_listen_socket_unittest.cc   loop_ = reinterpret_cast<base::MessageLoopForIO*>(thread_->message_loop());
thread_            86 net/socket/tcp_listen_socket_unittest.cc   thread_.reset();
thread_            99 net/socket/tcp_listen_socket_unittest.h   scoped_ptr<base::Thread> thread_;
thread_            15 ppapi/examples/threading/threading.cc     thread_ = new pp::SimpleThread(this);
thread_            20 ppapi/examples/threading/threading.cc     delete thread_;
thread_            24 ppapi/examples/threading/threading.cc     thread_->Start();
thread_            25 ppapi/examples/threading/threading.cc     thread_->message_loop().PostWork(
thread_            39 ppapi/examples/threading/threading.cc   pp::SimpleThread* thread_;
thread_            73 ppapi/utility/threading/simple_thread.cc   if (!thread_)
thread_            79 ppapi/utility/threading/simple_thread.cc   DWORD result = WaitForSingleObject(thread_, INFINITE);
thread_            80 ppapi/utility/threading/simple_thread.cc   CloseHandle(thread_);
thread_            81 ppapi/utility/threading/simple_thread.cc   thread_ = 0;
thread_            86 ppapi/utility/threading/simple_thread.cc   int result = pthread_join(thread_, &retval);
thread_            87 ppapi/utility/threading/simple_thread.cc   thread_ = 0;
thread_            93 ppapi/utility/threading/simple_thread.cc   if (thread_)
thread_           102 ppapi/utility/threading/simple_thread.cc   thread_ = CreateThread(NULL, stacksize_, &RunThread, data, 0, NULL);
thread_           103 ppapi/utility/threading/simple_thread.cc   if (!thread_) {
thread_           110 ppapi/utility/threading/simple_thread.cc   if (setval != 0 || pthread_create(&thread_, &attr, &RunThread, data) != 0) {
thread_            51 ppapi/utility/threading/simple_thread.h   ThreadHandle thread() const { return thread_; }
thread_            57 ppapi/utility/threading/simple_thread.h   ThreadHandle thread_;
thread_            95 remoting/base/auto_thread.cc     thread_(),
thread_           105 remoting/base/auto_thread.cc     thread_(),
thread_           115 remoting/base/auto_thread.cc   if (!thread_.is_null()) {
thread_           116 remoting/base/auto_thread.cc     base::PlatformThread::Join(thread_);
thread_           122 remoting/base/auto_thread.cc   DCHECK(thread_.is_null());
thread_           130 remoting/base/auto_thread.cc   if (!base::PlatformThread::Create(0, this, &thread_)) {
thread_            98 remoting/base/auto_thread.h   base::PlatformThreadHandle thread_;
thread_           199 third_party/libwebp/utils/thread.c     ok = !pthread_create(&worker->thread_, NULL, ThreadLoop, worker);
thread_           230 third_party/libwebp/utils/thread.c     pthread_join(worker->thread_, NULL);
thread_            61 third_party/libwebp/utils/thread.h   pthread_t       thread_;
thread_            78 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc       thread_ = CreateThread(NULL, 0, &Start, this, 0, NULL);
thread_            80 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc       pthread_create(&thread_, NULL, &Start, this);
thread_            94 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc       WaitForSingleObject(thread_, INFINITE);
thread_            95 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc       CloseHandle(thread_);
thread_            97 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc       pthread_join(thread_, NULL);
thread_           103 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc     HANDLE thread_;
thread_           105 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc     pthread_t thread_;
thread_            49 third_party/tcmalloc/chromium/src/tests/profile-handler_unittest.cc     pthread_create(&thread_, &attr, &DoRun, this);
thread_            54 third_party/tcmalloc/chromium/src/tests/profile-handler_unittest.cc     pthread_join(thread_, NULL);
thread_            63 third_party/tcmalloc/chromium/src/tests/profile-handler_unittest.cc   pthread_t thread_;
thread_            49 third_party/tcmalloc/vendor/src/tests/profile-handler_unittest.cc     pthread_create(&thread_, &attr, &DoRun, this);
thread_            54 third_party/tcmalloc/vendor/src/tests/profile-handler_unittest.cc     pthread_join(thread_, NULL);
thread_            63 third_party/tcmalloc/vendor/src/tests/profile-handler_unittest.cc   pthread_t thread_;
thread_           114 tools/android/forwarder/forwarder.cc       : thread_(kInvalidThread),
thread_           162 tools/android/forwarder/forwarder.cc     pthread_create(&thread_, NULL, ServerThread, this);
thread_           166 tools/android/forwarder/forwarder.cc     if (thread_ != kInvalidThread)
thread_           167 tools/android/forwarder/forwarder.cc       pthread_join(thread_, NULL);
thread_           182 tools/android/forwarder/forwarder.cc   pthread_t thread_;
thread_            49 tools/android/forwarder2/device_listener.cc   thread_.Start();
thread_            54 tools/android/forwarder2/device_listener.cc   thread_.message_loop_proxy()->PostTask(
thread_            77 tools/android/forwarder2/device_listener.cc   thread_.message_loop_proxy()->PostTask(
thread_            98 tools/android/forwarder2/device_listener.h   base::Thread thread_;
thread_            24 tools/android/forwarder2/forwarders_manager.cc ForwardersManager::ForwardersManager() : thread_("ForwardersManagerThread") {
thread_            25 tools/android/forwarder2/forwarders_manager.cc   thread_.Start();
thread_            38 tools/android/forwarder2/forwarders_manager.cc   thread_.message_loop_proxy()->PostTask(
thread_            52 tools/android/forwarder2/forwarders_manager.cc   DCHECK(thread_.message_loop_proxy()->RunsTasksOnCurrentThread());
thread_            57 tools/android/forwarder2/forwarders_manager.cc   thread_.message_loop_proxy()->PostTask(
thread_            64 tools/android/forwarder2/forwarders_manager.cc   DCHECK(thread_.message_loop_proxy()->RunsTasksOnCurrentThread());
thread_            40 tools/android/forwarder2/forwarders_manager.h   base::Thread thread_;
thread_            63 tools/android/forwarder2/host_controller.cc   thread_.Start();
thread_            87 tools/android/forwarder2/host_controller.cc   thread_.message_loop_proxy()->PostTask(
thread_            88 tools/android/forwarder2/host_controller.h   base::Thread thread_;
thread_            97 tools/android/forwarder2/host_forwarder_main.cc     if (!thread_.get())
thread_           100 tools/android/forwarder2/host_forwarder_main.cc     thread_->message_loop_proxy()->DeleteSoon(
thread_           110 tools/android/forwarder2/host_forwarder_main.cc     thread_->message_loop_proxy()->PostTask(
thread_           129 tools/android/forwarder2/host_forwarder_main.cc     if (thread_.get())
thread_           132 tools/android/forwarder2/host_forwarder_main.cc     thread_.reset(new base::Thread("HostControllersManagerThread"));
thread_           133 tools/android/forwarder2/host_forwarder_main.cc     thread_->Start();
thread_           150 tools/android/forwarder2/host_forwarder_main.cc     DCHECK(manager->thread_->message_loop_proxy()->RunsTasksOnCurrentThread());
thread_           302 tools/android/forwarder2/host_forwarder_main.cc   scoped_ptr<base::Thread> thread_;
thread_            42 win8/metro_driver/print_handler.cc base::Thread* PrintHandler::thread_ = NULL;
thread_            48 win8/metro_driver/print_handler.cc   DCHECK(thread_ == NULL);
thread_            49 win8/metro_driver/print_handler.cc   thread_ = new base::Thread("Metro Print Handler");
thread_            50 win8/metro_driver/print_handler.cc   thread_->Start();
thread_            59 win8/metro_driver/print_handler.cc   DCHECK(thread_ != NULL);
thread_            60 win8/metro_driver/print_handler.cc   DCHECK(thread_->IsRunning());
thread_            61 win8/metro_driver/print_handler.cc   thread_->Stop();
thread_            62 win8/metro_driver/print_handler.cc   delete thread_;
thread_            63 win8/metro_driver/print_handler.cc   thread_ = NULL;
thread_           222 win8/metro_driver/print_handler.cc   thread_->message_loop()->PostTask(
thread_           228 win8/metro_driver/print_handler.cc   thread_->message_loop()->PostTask(
thread_           234 win8/metro_driver/print_handler.cc   thread_->message_loop()->PostTask(
thread_           311 win8/metro_driver/print_handler.cc   thread_->message_loop()->PostTask(
thread_           325 win8/metro_driver/print_handler.cc   thread_->message_loop()->PostTask(
thread_           361 win8/metro_driver/print_handler.cc   thread_->message_loop()->PostTask(
thread_           368 win8/metro_driver/print_handler.cc   DCHECK(base::MessageLoop::current() == thread_->message_loop());
thread_           377 win8/metro_driver/print_handler.cc   DCHECK(base::MessageLoop::current() == thread_->message_loop());
thread_           394 win8/metro_driver/print_handler.cc   DCHECK(base::MessageLoop::current() == thread_->message_loop());
thread_           407 win8/metro_driver/print_handler.cc   DCHECK(base::MessageLoop::current() == thread_->message_loop());
thread_           418 win8/metro_driver/print_handler.cc   DCHECK(base::MessageLoop::current() == thread_->message_loop());
thread_           427 win8/metro_driver/print_handler.cc   DCHECK(base::MessageLoop::current() == thread_->message_loop());
thread_            96 win8/metro_driver/print_handler.h   static base::Thread* thread_;