Searched defs:thread_id_ (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/ui/base/win/
H A Dscoped_ole_initializer.h26 DWORD thread_id_; member in class:ui::ScopedOleInitializer
/external/chromium_org/components/keyed_service/content/
H A Drefcounted_browser_context_keyed_service.h72 content::BrowserThread::ID thread_id_; member in class:RefcountedBrowserContextKeyedService
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
H A Dthread_checker.h43 ThreadChecker() : thread_id_(pthread_self()) {}
46 return thread_id_ == pthread_self();
50 const pthread_t thread_id_; member in class:i18n::phonenumbers::ThreadChecker
/external/chromium_org/cc/trees/
H A Dblocking_task_runner.h84 base::PlatformThreadId thread_id_; member in class:cc::BlockingTaskRunner
/external/chromium_org/base/threading/
H A Dplatform_thread_unittest.cc58 FunctionTestThread() : thread_id_(0) {}
61 thread_id_ = PlatformThread::CurrentId();
66 EXPECT_EQ(thread_id_, PlatformThread::CurrentId());
71 PlatformThreadId thread_id() const { return thread_id_; }
74 PlatformThreadId thread_id_; member in class:base::FunctionTestThread
H A Dthread.h153 PlatformThreadId thread_id() const { return thread_id_; }
217 PlatformThreadId thread_id_; member in class:base::Thread
/external/chromium_org/base/win/
H A Dscoped_com_initializer.h42 DCHECK_EQ(GetCurrentThreadId(), thread_id_); local
53 thread_id_ = GetCurrentThreadId();
58 LOG(ERROR) << "Multiple CoInitialize() calls for thread " << thread_id_;
70 DWORD thread_id_; member in class:base::win::ScopedCOMInitializer
H A Dscoped_process_information.h68 return thread_id_;
75 DWORD thread_id_; member in class:base::win::ScopedProcessInformation
/external/chromium_org/chrome/browser/extensions/api/bluetooth_socket/
H A Dbluetooth_socket_event_dispatcher.h111 content::BrowserThread::ID thread_id_; member in class:extensions::api::BluetoothSocketEventDispatcher
/external/chromium_org/chrome/browser/extensions/api/serial/
H A Dserial_event_dispatcher.h68 content::BrowserThread::ID thread_id_; member in class:extensions::api::SerialEventDispatcher
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_handle.h81 const int thread_id_; member in class:content::ServiceWorkerHandle
H A Dembedded_worker_instance.h99 int thread_id() const { return thread_id_; }
191 int thread_id_; member in class:content::EmbeddedWorkerInstance
/external/chromium_org/extensions/browser/api/sockets_tcp/
H A Dtcp_socket_event_dispatcher.h86 content::BrowserThread::ID thread_id_; member in class:extensions::core_api::TCPSocketEventDispatcher
/external/chromium_org/extensions/browser/api/sockets_udp/
H A Dudp_socket_event_dispatcher.h85 content::BrowserThread::ID thread_id_; member in class:extensions::core_api::UDPSocketEventDispatcher
/external/chromium_org/extensions/browser/api/sockets_tcp_server/
H A Dtcp_server_socket_event_dispatcher.h91 content::BrowserThread::ID thread_id_; member in class:extensions::core_api::TCPServerSocketEventDispatcher
/external/chromium_org/base/timer/
H A Dtimer.h164 int thread_id_; member in class:base::Timer
/external/chromium_org/tools/gn/
H A Dtrace.h40 base::PlatformThreadId thread_id() const { return thread_id_; }
60 base::PlatformThreadId thread_id_; member in class:TraceItem
/external/chromium_org/v8/src/
H A Doptimizing-compiler-thread.h28 thread_id_(0),
107 int thread_id_; member in class:v8::internal::OptimizingCompilerThread
H A Disolate.h246 ThreadId thread_id_; member in class:v8::internal::BASE_EMBEDDED
387 thread_id_(thread_id),
399 ThreadId thread_id() const { return thread_id_; }
411 return isolate_ == isolate && thread_id_.Equals(thread_id);
416 ThreadId thread_id_; member in class:v8::internal::Isolate::PerIsolateThreadData
/external/chromium_org/base/debug/
H A Dtrace_event_impl.h138 int thread_id() const { return thread_id_; }
174 int thread_id_; member in class:base::debug::TraceEvent
/external/chromium_org/content/child/fileapi/
H A Dwebfilewriter_impl.cc34 thread_id_(WorkerTaskRunner::Instance()->CurrentWorkerId()),
99 if (!thread_id_) {
109 WorkerTaskRunner::Instance()->PostTask(thread_id_, closure);
115 int thread_id_; member in class:content::WebFileWriterImpl::WriterBridge
/external/chromium_org/extensions/browser/api/
H A Dapi_resource_manager.h81 : thread_id_(T::kThreadId), data_(new ApiResourceData(thread_id_)) {
95 manager->thread_id_ = thread_id;
102 DCHECK(content::BrowserThread::IsMessageLoopValid(thread_id_))
181 : next_id_(1), thread_id_(thread_id) {}
184 DCHECK_CURRENTLY_ON(thread_id_);
203 DCHECK_CURRENTLY_ON(thread_id_);
213 DCHECK_CURRENTLY_ON(thread_id_);
218 DCHECK_CURRENTLY_ON(thread_id_);
223 if (content::BrowserThread::CurrentlyOn(thread_id_)) {
336 const content::BrowserThread::ID thread_id_; member in class:extensions::ApiResourceManager::ApiResourceData
341 content::BrowserThread::ID thread_id_; member in class:extensions::ApiResourceManager
[all...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dthread.h198 return thread_id_;
254 DWORD thread_id_; member in class:talk_base::Thread
/external/chromium_org/third_party/webrtc/base/
H A Dthread.h181 return thread_id_;
237 DWORD thread_id_; member in class:rtc::Thread
/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher.h116 // Return the |thread_id_| of the thread being watched.
117 content::BrowserThread::ID thread_id() const { return thread_id_; }
214 // The |thread_id_| of the thread being watched. Only one instance can exist
215 // for the given |thread_id_| of the thread being watched.
216 const content::BrowserThread::ID thread_id_; member in class:ThreadWatcher
621 // The |thread_id_| on which this object is constructed.
622 const base::PlatformThreadId thread_id_; member in class:StartupTimeBomb
644 // The |thread_id_| on which this object is constructed.
645 const base::PlatformThreadId thread_id_; member in class:ShutdownWatcherHelper

Completed in 753 milliseconds

12