Searched defs:thread_ (Results 26 - 50 of 103) sorted by path

12345

/external/chromium_org/media/audio/
H A Daudio_device_thread.cc53 base::PlatformThreadHandle thread_; member in class:media::AudioDeviceThread::Thread
68 AudioDeviceThread::~AudioDeviceThread() { DCHECK(!thread_.get()); }
75 CHECK(!thread_.get());
76 thread_ = new AudioDeviceThread::Thread(
78 thread_->Start();
83 if (thread_.get()) {
84 thread_->Stop(loop_for_join);
85 thread_ = NULL;
91 return !thread_.get();
99 : thread_(),
[all...]
H A Daudio_device_thread.h109 scoped_refptr<AudioDeviceThread::Thread> thread_; member in class:media::AudioDeviceThread
H A Dclockless_audio_sink.cc25 thread_.reset(new base::DelegateSimpleThread(this, "ClocklessAudioSink"));
26 thread_->Start();
32 thread_->Join();
58 scoped_ptr<base::DelegateSimpleThread> thread_; member in class:media::ClocklessAudioSinkThread
71 thread_.reset(new ClocklessAudioSinkThread(params, callback));
92 thread_->Start();
102 playback_time_ = thread_->Stop();
H A Dclockless_audio_sink.h43 scoped_ptr<ClocklessAudioSinkThread> thread_; member in class:media::ClocklessAudioSink
/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/mojo/application_manager/
H A Dbackground_shell_application_loader.h56 // Created on |thread_| during construction of |this|. Protected against
59 // that holding a reference won't hold |thread_| from exiting.
63 // Lives on |thread_|.
66 scoped_ptr<base::DelegateSimpleThread> thread_; member in class:mojo::BackgroundShellApplicationLoader
68 // Lives on |thread_|. Trivial interface that calls through to |loader_|.
/external/chromium_org/mojo/apps/js/
H A Djs_app.h51 base::Thread thread_; member in class:mojo::apps::JSApp
/external/chromium_org/mojo/common/
H A Dhandle_watcher.cc204 base::Thread thread_; member in class:mojo::common::WatcherThreadManager
221 thread_.Stop();
249 // |thread_| woke up.
281 // We own |thread_|, so it's safe to use Unretained() here.
282 thread_.message_loop()->PostTask(
289 DCHECK_EQ(thread_.message_loop(), base::MessageLoop::current());
307 : thread_(kWatcherThreadName) {
310 thread_.StartWithOptions(thread_options);
/external/chromium_org/mojo/public/cpp/utility/
H A Dthread.h53 pthread_t thread_; member in class:mojo::Thread
/external/chromium_org/mojo/services/html_viewer/
H A Dwebthread_impl.h47 base::MessageLoop* message_loop() const { return thread_->message_loop(); }
53 scoped_ptr<base::Thread> thread_; member in class:mojo::WebThreadImpl
/external/chromium_org/mojo/shell/
H A Din_process_dynamic_service_runner.h41 scoped_ptr<base::DelegateSimpleThread> thread_; member in class:mojo::shell::InProcessDynamicServiceRunner
/external/chromium_org/net/cookies/
H A Dcookie_monster.cc371 scoped_refptr<base::MessageLoopProxy> thread_; member in class:net::CookieMonster::CookieMonsterTask
379 thread_(base::MessageLoopProxy::current()) {
395 if (thread_->BelongsToCurrentThread()) {
398 thread_->PostTask(FROM_HERE, base::Bind(
/external/chromium_org/net/disk_cache/
H A Dcache_creator.cc52 scoped_refptr<base::SingleThreadTaskRunner> thread_; member in class:__anon9163::CacheCreator
79 thread_(thread),
99 path_, max_bytes_, type_, thread_, net_log_);
110 new disk_cache::BackendImpl(path_, thread_, net_log_);
/external/chromium_org/net/http/
H A Dhttp_cache.h125 scoped_refptr<base::SingleThreadTaskRunner> thread_; member in class:net::HttpCache::DefaultBackend
/external/chromium_org/net/proxy/
H A Dmulti_threaded_proxy_resolver.cc71 // Note that declaration ordering is important here. |thread_| needs to be
73 // executing on |thread_|.
74 scoped_ptr<base::Thread> thread_; member in class:net::MultiThreadedProxyResolver::Executor
295 thread_.reset(new base::Thread(base::StringPrintf("PAC thread #%d",
297 CHECK(thread_->Start());
308 thread_->message_loop()->PostTask(
327 thread_.reset();
350 DCHECK(!thread_.get());
H A Dproxy_resolver_v8_tracing.h64 scoped_ptr<base::Thread> thread_; member in class:net::ProxyResolverV8Tracing
/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/ppapi/examples/threading/
H A Dthreading.cc15 thread_ = new pp::SimpleThread(this);
20 delete thread_;
24 thread_->Start();
25 thread_->message_loop().PostWork(
39 pp::SimpleThread* thread_; member in class:MyInstance
/external/chromium_org/ppapi/utility/threading/
H A Dsimple_thread.h51 ThreadHandle thread() const { return thread_; }
57 ThreadHandle thread_; member in class:pp::SimpleThread
/external/chromium_org/remoting/base/
H A Dauto_thread.h98 base::PlatformThreadHandle thread_; member in class:remoting::AutoThread
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1571 // The thread can be created only after all fields except thread_
1574 pthread_create(&thread_, 0, &ThreadFuncWithCLinkage, base));
1580 GTEST_CHECK_POSIX_SUCCESS_(pthread_join(thread_, 0));
1598 pthread_t thread_; // The native thread object. member in class:testing::internal::ThreadWithParam
1743 AutoHandle thread_; member in class:testing::internal::ThreadWithParamBase
/external/chromium_org/testing/gtest/test/
H A Dgtest_output_test_.cc503 thread_.reset(new ThreadWithParam<SpawnThreadNotifications*>(
518 scoped_ptr<ThreadWithParam<SpawnThreadNotifications*> > thread_; member in class:DeathTestAndMultiThreadsTest
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
H A Dmain.cc41 : thread_(thread), wnd_(wnd), conductor_(NULL), client_(NULL) {}
59 thread_->Quit();
66 rtc::Thread* thread_; member in class:CustomSocketServer
/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.h312 // Marshals SignalStateChange onto thread_.
368 rtc::Thread* thread_; member in class:cricket::VideoCapturer

Completed in 8058 milliseconds

12345