Searched refs:thread_ (Results 101 - 125 of 155) sorted by relevance

1234567

/external/chromium_org/third_party/webrtc/base/
H A Dnetwork.cc246 : thread_(NULL), sent_first_update_(false), start_count_(0),
546 thread_ = Thread::Current();
552 thread_->Post(this, kSignalNetworksMessage);
554 thread_->Post(this, kUpdateNetworksMessage);
560 ASSERT(Thread::Current() == thread_);
566 thread_->Clear(this);
590 ASSERT(Thread::Current() == thread_);
604 thread_->PostDelayed(kNetworksUpdateIntervalMs, this, kUpdateNetworksMessage);
H A Dnetwork.h158 Thread* thread_; member in class:rtc::BasicNetworkManager
/external/chromium_org/cloud_print/service/win/
H A Dchrome_launcher.cc184 thread_.reset(new base::DelegateSimpleThread(this, "chrome_launcher"));
185 thread_->Start();
191 thread_->Join();
192 thread_.reset();
/external/chromium_org/net/socket/
H A Dtcp_listen_socket_unittest.h99 scoped_ptr<base::Thread> thread_; member in class:net::TCPListenSocketTester
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dtrace_impl.h116 ThreadWrapper& thread_; member in class:webrtc::TraceImpl
H A Dtrace_impl.cc73 thread_(*ThreadWrapper::CreateThread(TraceImpl::Run, this,
86 thread_.Start(tid);
106 thread_.SetNotAlive();
110 bool stopped = thread_.Stop();
122 delete &thread_;
/external/chromium_org/win8/metro_driver/
H A Dprint_handler.h96 static base::Thread* thread_; member in class:metro_driver::PrintHandler
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakenetworkinterface.h51 : thread_(rtc::Thread::Current()),
195 thread_->Post(this, id, rtc::WrapMessageData(packet));
239 rtc::Thread* thread_; member in class:cricket::FakeNetworkInterface
H A Dvideocapturer.cc103 : thread_(rtc::Thread::Current()),
111 : thread_(thread),
246 thread_->Clear(this, MSG_DO_PAUSE);
355 thread_->Post(this, MSG_DO_PAUSE, NULL);
558 thread_->Post(this, MSG_STATE_CHANGE, state_params);
/external/chromium_org/third_party/libwebp/utils/
H A Dthread.c41 pthread_t thread_; member in struct:WebPWorkerImpl
236 ok = !pthread_create(&worker->impl_->thread_, NULL, ThreadLoop, worker);
275 pthread_join(worker->impl_->thread_, NULL);
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dprofile-handler_unittest.cc49 pthread_create(&thread_, &attr, &DoRun, this);
54 pthread_join(thread_, NULL);
63 pthread_t thread_; member in class:__anon15573::Thread
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dprofile-handler_unittest.cc49 pthread_create(&thread_, &attr, &DoRun, this);
54 pthread_join(thread_, NULL);
63 pthread_t thread_; member in class:__anon15616::Thread
/external/chromium_org/v8/src/base/platform/
H A Dcondition-variable.cc136 HANDLE thread_;
162 event->thread_ = GetCurrentThread();
236 int priority = GetThreadPriority(event->thread_);
/external/webp/src/utils/
H A Dthread.c41 pthread_t thread_; member in struct:WebPWorkerImpl
236 ok = !pthread_create(&worker->impl_->thread_, NULL, ThreadLoop, worker);
275 pthread_join(worker->impl_->thread_, NULL);
/external/chromium_org/chrome/browser/history/
H A Dhistory_service.h759 DCHECK(thread_) << "History service being called after cleanup";
768 DCHECK(thread_) << "History service being called after cleanup";
778 DCHECK(thread_) << "History service being called after cleanup";
789 DCHECK(thread_) << "History service being called after cleanup";
805 DCHECK(thread_) << "History service being called after cleanup";
824 DCHECK(thread_) << "History service being called after cleanup";
835 // |thread_| is NULL once |Cleanup| is NULL.
836 base::Thread* thread_; member in class:HistoryService
838 // This class has most of the implementation and runs on the 'thread_'.
839 // You MUST communicate with this class ONLY through the thread_'
[all...]
/external/chromium_org/content/renderer/media/
H A Dwebrtc_local_audio_track_unittest.cc42 thread_(),
48 virtual ~FakeAudioThread() { DCHECK(thread_.is_null()); }
69 0, this, &thread_, base::kThreadPriority_RealtimeAudio);
70 CHECK(!thread_.is_null());
75 base::PlatformThread::Join(thread_);
76 thread_ = base::PlatformThreadHandle();
82 base::PlatformThreadHandle thread_; member in class:content::__anon7773::FakeAudioThread
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_mac.h39 // Initializes |thread_|.
44 // Stops |thread_|.
105 scoped_ptr<base::Thread> thread_; member in class:PasswordStoreMac
H A Dpassword_store_mac.cc881 thread_.reset(new base::Thread("Chrome_PasswordStore_Thread"));
883 if (!thread_->Start()) {
884 thread_.reset(NULL);
893 thread_->Stop();
902 return (thread_.get()) ? thread_->message_loop_proxy() : NULL;
911 DCHECK(thread_->message_loop() == base::MessageLoop::current());
921 DCHECK(thread_->message_loop() == base::MessageLoop::current());
942 DCHECK(thread_->message_loop() == base::MessageLoop::current());
1074 DCHECK(thread_
[all...]
/external/chromium_org/media/filters/
H A Dvideo_renderer_impl.h137 // Used to signal |thread_| as frames are added to |frames_|. Rule of thumb:
168 base::PlatformThreadHandle thread_; member in class:media::VideoRendererImpl
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drelayserver.h56 rtc::Thread* thread() { return thread_; }
95 rtc::Thread* thread_; member in class:cricket::RelayServer
H A Dtransport_unittest.cc62 : thread_(rtc::Thread::Current()),
64 thread_, thread_, "test content name", NULL)),
100 rtc::Thread* thread_; member in class:TransportTest
152 thread_->ProcessMessages(0);
/external/chromium_org/base/files/
H A Dfile_path_watcher_linux.cc75 Thread thread_; member in class:base::__anon2252::InotifyReader
255 : thread_("inotify_reader"),
263 if (inotify_fd_ >= 0 && pipe(shutdown_pipe_) == 0 && thread_.Start()) {
264 thread_.message_loop()->PostTask(
278 thread_.Stop();
/external/chromium_org/net/proxy/
H A Dproxy_resolver_v8_tracing.cc382 DCHECK_EQ(base::MessageLoop::current(), parent_->thread_->message_loop());
413 return parent_->thread_->message_loop();
938 thread_.reset(new base::Thread("Proxy resolver"));
941 CHECK(thread_->StartWithOptions(options));
952 // Stop() here instead of simply clearing thread_ since there may be pending
953 // callbacks on the worker thread which want to dereference thread_.
955 thread_->Stop();
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
H A Dsctpdataengine_unittest.cc63 : thread_(thread),
78 thread_->Post(this, MSG_PACKET, rtc::WrapMessageData(buffer));
116 rtc::Thread* thread_; member in class:SctpFakeNetworkInterface
/external/chromium_org/content/browser/devtools/
H A Ddevtools_http_handler_impl.h119 scoped_ptr<base::Thread> thread_; member in class:content::DevToolsHttpHandlerImpl

Completed in 750 milliseconds

1234567