Searched refs:CurrentId (Results 1 - 25 of 99) sorted by relevance

1234

/external/chromium/base/synchronization/
H A Dlock.cc23 DCHECK_EQ(owning_thread_id_, PlatformThread::CurrentId());
28 DCHECK_EQ(owning_thread_id_, PlatformThread::CurrentId());
36 owning_thread_id_ = PlatformThread::CurrentId();
H A Dcancellation_flag.cc13 DCHECK_EQ(set_on_, PlatformThread::CurrentId());
H A Dcancellation_flag.h24 set_on_ = PlatformThread::CurrentId();
/external/chromium_org/base/synchronization/
H A Dlock.cc30 DCHECK_EQ(owning_thread_id_, PlatformThread::CurrentId());
35 DCHECK_EQ(owning_thread_id_, PlatformThread::CurrentId());
43 owning_thread_id_ = PlatformThread::CurrentId();
H A Dcancellation_flag.cc13 DCHECK_EQ(set_on_, PlatformThread::CurrentId());
H A Dcancellation_flag.h23 set_on_ = PlatformThread::CurrentId();
/external/chromium/base/threading/
H A Dthread_checker_impl.cc19 return valid_thread_id_ == PlatformThread::CurrentId();
31 valid_thread_id_ = PlatformThread::CurrentId();
H A Dplatform_thread_unittest.cc60 thread_id_ = PlatformThread::CurrentId();
76 PlatformThreadId main_thread_id = PlatformThread::CurrentId();
89 PlatformThreadId main_thread_id = PlatformThread::CurrentId();
H A Dplatform_thread.h62 static PlatformThreadId CurrentId();
H A Dthread_collision_warner.cc17 const PlatformThreadId current_thread_id = PlatformThread::CurrentId();
H A Dthread.cc118 DCHECK_NE(ANNOTATE_UNPROTECTED_READ(thread_id_), PlatformThread::CurrentId());
149 thread_id_ = PlatformThread::CurrentId();
/external/chromium_org/base/threading/
H A Dthread_checker_impl.cc19 return valid_thread_id_ == PlatformThread::CurrentId();
31 valid_thread_id_ = PlatformThread::CurrentId();
H A Dplatform_thread_unittest.cc61 thread_id_ = PlatformThread::CurrentId();
66 EXPECT_EQ(thread_id_, PlatformThread::CurrentId());
80 PlatformThreadId main_thread_id = PlatformThread::CurrentId();
92 EXPECT_EQ(main_thread_id, PlatformThread::CurrentId());
96 PlatformThreadId main_thread_id = PlatformThread::CurrentId();
118 EXPECT_EQ(main_thread_id, PlatformThread::CurrentId());
H A Dplatform_thread_android.cc64 Java_ThreadUtils_setThreadPriorityAudio(env, PlatformThread::CurrentId());
79 ThreadIdNameManager::GetInstance()->SetName(CurrentId(), name);
86 if (PlatformThread::CurrentId() == getpid())
H A Dplatform_thread_posix.cc73 PlatformThread::CurrentId());
78 PlatformThread::CurrentId());
84 PlatformThread::CurrentId());
144 PlatformThreadId PlatformThread::CurrentId() { function in class:base::PlatformThread
167 return PlatformThreadHandle(pthread_self(), CurrentId());
192 return ThreadIdNameManager::GetInstance()->GetName(CurrentId());
H A Dplatform_thread_win.cc71 PlatformThread::CurrentId());
78 PlatformThread::CurrentId());
121 PlatformThreadId PlatformThread::CurrentId() { function in class:base::PlatformThread
148 ThreadIdNameManager::GetInstance()->SetName(CurrentId(), name);
166 SetNameInternal(CurrentId(), name);
171 return ThreadIdNameManager::GetInstance()->GetName(CurrentId());
H A Dplatform_thread_linux.cc48 ThreadIdNameManager::GetInstance()->SetName(CurrentId(), name);
56 if (PlatformThread::CurrentId() == getpid())
H A Dthread_collision_warner.cc17 const PlatformThreadId current_thread_id = PlatformThread::CurrentId();
/external/chromium_org/base/message_loop/
H A Dmessage_loop_proxy_impl.cc18 valid_thread_id_(PlatformThread::CurrentId()) {
38 return valid_thread_id_ == PlatformThread::CurrentId();
/external/chromium_org/cc/test/
H A Dcc_test_suite.cc29 base::PlatformThread::CurrentId(),
/external/chromium_org/cc/resources/
H A Dscoped_resource.cc29 allocate_thread_id_ = base::PlatformThread::CurrentId();
48 allocate_thread_id_ = base::PlatformThread::CurrentId();
55 DCHECK(allocate_thread_id_ == base::PlatformThread::CurrentId());
/external/chromium_org/chrome_frame/
H A Dbind_status_callback_impl.cc80 << base::StringPrintf(" tid=%i", base::PlatformThread::CurrentId());
89 << base::StringPrintf(" tid=%i", base::PlatformThread::CurrentId());
98 << base::StringPrintf(" tid=%i", base::PlatformThread::CurrentId());
109 base::PlatformThread::CurrentId(),
120 base::PlatformThread::CurrentId());
129 << base::StringPrintf(" tid=%i", base::PlatformThread::CurrentId());
139 << base::StringPrintf(" tid=%i", base::PlatformThread::CurrentId());
148 << base::StringPrintf(" tid=%i", base::PlatformThread::CurrentId());
159 << base::StringPrintf(" tid=%i", base::PlatformThread::CurrentId());
174 << base::StringPrintf(" tid=%i", base::PlatformThread::CurrentId());
[all...]
/external/chromium/net/url_request/
H A Durl_request_job_manager.h87 allowed_thread_ = base::PlatformThread::CurrentId();
90 return allowed_thread_ == base::PlatformThread::CurrentId();
/external/chromium_org/net/url_request/
H A Durl_request_job_manager.h85 allowed_thread_ = base::PlatformThread::CurrentId();
88 return allowed_thread_ == base::PlatformThread::CurrentId();
/external/chromium_org/chrome/browser/chromeos/dbus/
H A Dcros_dbus_service.cc34 origin_thread_id_(base::PlatformThread::CurrentId()),
85 return base::PlatformThread::CurrentId() == origin_thread_id_;

Completed in 1699 milliseconds

1234