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

/external/chromium_org/ui/base/win/
H A Dscoped_ole_initializer.h26 DWORD thread_id_; member in class:ui::ScopedOleInitializer
/external/chromium/chrome/browser/importer/
H A Dprofile_import_process_host.h27 // the IO thread. It passes messages back to the |thread_id_| thread through
75 BrowserThread::ID thread_id_; member in class:ProfileImportProcessHost
/external/chromium_org/components/browser_context_keyed_service/
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/base/threading/
H A Dplatform_thread_unittest.cc57 FunctionTestThread() : thread_id_(0) {}
60 thread_id_ = PlatformThread::CurrentId();
67 PlatformThreadId thread_id() const { return thread_id_; }
70 PlatformThreadId thread_id_; member in class:base::FunctionTestThread
H A Dthread.h126 PlatformThreadId thread_id() const { return thread_id_; }
129 // When a thread is running, |thread_id_| is a valid id.
130 bool IsRunning() const { return thread_id_ != kInvalidThreadId; }
183 PlatformThreadId thread_id_; member in class:base::Thread
/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.h140 PlatformThreadId thread_id() const { return thread_id_; }
204 PlatformThreadId thread_id_; member in class:base::Thread
/external/chromium_org/base/win/
H A Dscoped_com_initializer.h37 DCHECK_EQ(GetCurrentThreadId(), thread_id_); local
48 thread_id_ = GetCurrentThreadId();
53 LOG(ERROR) << "Multiple CoInitialize() calls for thread " << thread_id_;
65 DWORD thread_id_; member in class:base::win::ScopedCOMInitializer
H A Dscoped_process_information.h91 return thread_id_;
98 DWORD thread_id_; member in class:base::win::ScopedProcessInformation
/external/chromium_org/ppapi/shared_impl/
H A Dppb_audio_shared.h95 uintptr_t thread_id_; member in class:ppapi::PPB_Audio_Shared
/external/chromium_org/v8/src/
H A Doptimizing-compiler-thread.h48 thread_id_(0),
103 int thread_id_; member in class:v8::internal::OptimizingCompilerThread
H A Dplatform-win32.cc1625 unsigned thread_id_; member in class:v8::internal::Thread::PlatformData
1663 &data_->thread_id_));
1669 if (data_->thread_id_ != GetCurrentThreadId()) {
H A Disolate.h256 ThreadId thread_id_; member in class:v8::internal::BASE_EMBEDDED
403 thread_id_(thread_id),
413 ThreadId thread_id() const { return thread_id_; }
428 return isolate_ == isolate && thread_id_.Equals(thread_id);
433 ThreadId thread_id_; member in class:v8::internal::Isolate::PerIsolateThreadData
568 ThreadId thread_id() { return thread_local_top_.thread_id_; }
569 void set_thread_id(ThreadId id) { thread_local_top_.thread_id_ = id; }
/external/chromium/chrome/browser/metrics/
H A Dthread_watcher.h71 BrowserThread::ID thread_id() const { return thread_id_; }
158 const BrowserThread::ID thread_id_; member in class:ThreadWatcher
/external/chromium_org/base/timer/
H A Dtimer.h163 int thread_id_; member in class:base::Timer
/external/chromium_org/chrome/browser/extensions/api/
H A Dapi_resource_manager.h66 : thread_id_(T::kThreadId),
67 data_(new ApiResourceData(thread_id_)) {
79 manager->thread_id_ = thread_id;
86 DCHECK(content::BrowserThread::IsMessageLoopValid(thread_id_)) <<
91 content::BrowserThread::DeleteSoon(thread_id_, FROM_HERE, data_.release());
151 thread_id_(thread_id) {
155 DCHECK(content::BrowserThread::CurrentlyOn(thread_id_));
174 DCHECK(content::BrowserThread::CurrentlyOn(thread_id_));
184 DCHECK(content::BrowserThread::CurrentlyOn(thread_id_));
189 content::BrowserThread::PostTask(thread_id_, FROM_HER
223 const content::BrowserThread::ID thread_id_; member in class:extensions::ApiResourceManager::ApiResourceData
228 content::BrowserThread::ID thread_id_; member in class:extensions::ApiResourceManager
[all...]
/external/chromium/chrome/browser/prefs/
H A Dpref_member.h74 BrowserThread::ID thread_id_; member in class:subtle::PrefMemberBase::Internal
/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
604 // The |thread_id_| on which this object is constructed.
605 const base::PlatformThreadId thread_id_; member in class:StartupTimeBomb
627 // The |thread_id_| on which this object is constructed.
628 const base::PlatformThreadId thread_id_; member in class:ShutdownWatcherHelper
/external/chromium_org/chrome_frame/
H A Dchrome_frame_helper_util.cc121 DWORD thread_id_; member in struct:__anon7150::FindWindowParams
132 thread_id_(thread_id),
147 if (params->thread_id_ == 0 || params->thread_id_ == thread_id) {
178 params->thread_id_,
/external/chromium_org/content/child/fileapi/
H A Dwebfilewriter_impl.cc37 thread_id_(WorkerTaskRunner::Instance()->CurrentWorkerId()),
102 if (!thread_id_) {
112 WorkerTaskRunner::Instance()->PostTask(thread_id_, closure);
118 int thread_id_; member in class:content::WebFileWriterImpl::WriterBridge
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dthread.h198 return thread_id_;
266 DWORD thread_id_; member in class:talk_base::Thread
/external/chromium_org/base/debug/
H A Dtrace_event_impl.h135 int thread_id_; member in class:base::debug::TraceEvent
/external/v8/src/
H A Disolate.h238 ThreadId thread_id_; member in class:v8::internal::BASE_EMBEDDED
372 thread_id_(thread_id),
382 ThreadId thread_id() const { return thread_id_; }
397 return isolate_ == isolate && thread_id_.Equals(thread_id);
402 ThreadId thread_id_; member in class:v8::internal::Isolate::PerIsolateThreadData
531 ThreadId thread_id() { return thread_local_top_.thread_id_; }
532 void set_thread_id(ThreadId id) { thread_local_top_.thread_id_ = id; }
H A Dplatform-win32.cc1590 unsigned thread_id_; member in class:v8::internal::Thread::PlatformData
1627 &data_->thread_id_));
1633 if (data_->thread_id_ != GetCurrentThreadId()) {

Completed in 654 milliseconds