HomeSort by relevance Sort by last modified time
    Searched refs:thread_ (Results 51 - 75 of 195) sorted by null

1 23 4 5 6 7 8

  /external/chromium_org/media/audio/
fake_audio_input_stream.h 63 base::Thread thread_; member in class:media::FakeAudioInputStream
  /external/chromium_org/net/disk_cache/
cache_creator.cc 50 scoped_refptr<base::MessageLoopProxy> thread_; member in class:__anon11027::CacheCreator
72 thread_(thread),
88 thread_.get(), net_log_);
94 new disk_cache::BackendImpl(path_, thread_.get(), net_log_);
  /external/chromium_org/net/proxy/
proxy_resolver_v8_tracing.h 65 scoped_ptr<base::Thread> thread_; member in class:net::ProxyResolverV8Tracing
  /external/chromium_org/third_party/libjingle/source/talk/base/
thread.h 60 // Returns a thread object with its thread_ ivar set
195 return thread_;
202 return thread_;
261 pthread_t thread_; member in class:talk_base::Thread
265 HANDLE thread_; member in class:talk_base::Thread
network.cc 176 : thread_(NULL), sent_first_update_(false), start_count_(0) {
426 thread_ = Thread::Current();
432 thread_->Post(this, kSignalNetworksMessage);
434 thread_->Post(this, kUpdateNetworksMessage);
440 ASSERT(Thread::Current() == thread_);
446 thread_->Clear(this);
470 ASSERT(Thread::Current() == thread_);
484 thread_->PostDelayed(kNetworksUpdateIntervalMs, this, kUpdateNetworksMessage);
  /external/chromium_org/third_party/libwebp/utils/
thread.h 61 pthread_t thread_; member in struct:__anon14038
  /external/chromium_org/tools/android/forwarder2/
device_listener.cc 50 thread_.Start();
55 thread_.message_loop_proxy()->PostTask(
72 thread_("DeviceListener") {
81 thread_.message_loop_proxy()->PostTask(
device_listener.h 107 base::Thread thread_; member in class:forwarder2::DeviceListener
host_controller.h 92 base::Thread thread_; member in class:forwarder2::HostController
host_forwarder_main.cc 97 if (!thread_.get())
100 thread_->message_loop_proxy()->DeleteSoon(
110 thread_->message_loop_proxy()->PostTask(
129 if (thread_.get())
132 thread_.reset(new base::Thread("HostControllersManagerThread"));
133 thread_->Start();
150 DCHECK(manager->thread_->message_loop_proxy()->RunsTasksOnCurrentThread());
256 scoped_ptr<base::Thread> thread_; member in class:forwarder2::__anon16459::HostControllersManager
host_controller.cc 66 thread_.Start();
86 thread_("HostControllerThread") {
90 thread_.message_loop_proxy()->PostTask(
  /external/libvpx/libvpx/vp9/decoder/
vp9_thread.h 62 pthread_t thread_; member in struct:__anon23068
  /external/stressapptest/src/
logger.h 126 pthread_t thread_; member in class:Logger
  /external/webp/src/utils/
thread.h 61 pthread_t thread_; member in struct:__anon30404
  /external/chromium/chrome/browser/chromeos/
audio_mixer_alsa.cc 67 if (thread_ != NULL) {
71 thread_->message_loop()->PostTask(FROM_HERE,
81 thread_->message_loop()->AssertIdle();
83 thread_->Stop();
84 thread_.reset();
104 thread_->message_loop()->PostTask(FROM_HERE,
244 if (thread_ == NULL) {
246 thread_.reset(new base::Thread("AudioMixerAlsa"));
247 if (!thread_->Start()) {
248 thread_.reset()
    [all...]
  /external/chromium_org/base/threading/
simple_thread.h 110 PlatformThread::SetThreadPriority(thread_, priority);
117 PlatformThreadHandle thread_; // PlatformThread handle, invalid after Join! member in class:base::SimpleThread
  /external/chromium_org/chrome_frame/
metrics_service.cc 246 thread_(NULL),
258 thread_ = base::PlatformThread::CurrentId();
290 DCHECK_EQ(thread_, base::PlatformThread::CurrentId());
345 DCHECK_EQ(thread_, base::PlatformThread::CurrentId());
363 DCHECK_EQ(thread_, base::PlatformThread::CurrentId());
378 DCHECK_EQ(thread_, base::PlatformThread::CurrentId());
398 DCHECK_EQ(thread_, base::PlatformThread::CurrentId());
418 DCHECK_EQ(thread_, base::PlatformThread::CurrentId());
chrome_frame_automation.h 228 DCHECK(thread_.get());
229 return ::WaitForSingleObject(thread_->thread_handle().platform_handle(),
238 return thread_.get();
242 return thread_->message_loop();
246 return thread_->thread_id() == id;
263 scoped_ptr<base::Thread> thread_; member in class:AutomationProxyCacheEntry
  /external/chromium_org/chrome/browser/history/
history_service.cc 204 thread_(new base::Thread(kHistoryThreadName)),
215 thread_(new base::Thread(kHistoryThreadName)),
289 thread_->message_loop()->ReleaseSoon(FROM_HERE, raw_ptr);
294 if (!thread_) {
307 base::Thread* thread = thread_;
308 thread_ = NULL;
456 thread_->message_loop_proxy()->PostTaskAndReply(
495 DCHECK(thread_) << "History service being called after cleanup";
628 thread_->message_loop_proxy().get(),
653 thread_->message_loop_proxy().get()
    [all...]
history_service.h 1052 base::Thread* thread_; member in class:HistoryService
    [all...]
  /external/chromium_org/content/browser/devtools/
devtools_http_handler_impl.cc 201 DCHECK(thread_.get() == NULL);
205 if (thread_)
207 thread_.reset(new base::Thread(kDevToolsHandlerThreadName));
217 if (!thread_->StartWithOptions(options)) {
224 thread_->message_loop()->PostTask(
230 thread_.reset();
239 if (!thread_)
377 thread_->message_loop_proxy().get(), server_.get(), connection_id);
619 if (!thread_)
642 thread_->message_loop(), server_.get(), connection_id)
    [all...]
  /external/chromium/chrome/browser/history/
history.h 701 DCHECK(thread_) << "History service being called after cleanup";
717 DCHECK(thread_) << "History service being called after cleanup";
842 base::Thread* thread_; member in class:HistoryService
    [all...]
history.cc 126 : thread_(new base::Thread(kHistoryThreadName)),
135 : thread_(new base::Thread(kHistoryThreadName)),
196 if (!thread_) {
207 base::Thread* thread = thread_;
208 thread_ = NULL;
329 DCHECK(thread_) << "History service being called after cleanup";
625 if (!thread_)
664 if (!thread_->Start()) {
687 thread_->message_loop()->PostTask(FROM_HERE, task);
760 if (!thread_)
    [all...]
  /external/chromium/net/base/
listen_socket_unittest.cc 23 : thread_(NULL),
33 thread_.reset(new base::Thread("socketio_test"));
34 thread_->StartWithOptions(options);
35 loop_ = reinterpret_cast<MessageLoopForIO*>(thread_->message_loop());
75 thread_.reset();
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnserver.cc 133 talk_base::Thread* thread_; member in class:cricket::TurnServer::Allocation
160 talk_base::Thread* thread_; member in class:cricket::TurnServer::Permission
182 talk_base::Thread* thread_; member in class:cricket::TurnServer::Channel
209 : thread_(thread),
526 thread_, *conn, external_socket, key);
627 thread_(thread),
644 thread_->Clear(this, MSG_TIMEOUT);
689 thread_->PostDelayed(lifetime_secs * 1000, this, MSG_TIMEOUT);
716 thread_->Clear(this, MSG_TIMEOUT);
717 thread_->PostDelayed(lifetime_secs * 1000, this, MSG_TIMEOUT)
    [all...]

Completed in 866 milliseconds

1 23 4 5 6 7 8