HomeSort by relevance Sort by last modified time
    Searched refs:CurrentId (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/chromium/base/synchronization/
lock.cc 23 DCHECK_EQ(owning_thread_id_, PlatformThread::CurrentId());
28 DCHECK_EQ(owning_thread_id_, PlatformThread::CurrentId());
36 owning_thread_id_ = PlatformThread::CurrentId();
cancellation_flag.cc 13 DCHECK_EQ(set_on_, PlatformThread::CurrentId());
cancellation_flag.h 24 set_on_ = PlatformThread::CurrentId();
  /external/chromium_org/base/synchronization/
lock.cc 30 DCHECK_EQ(owning_thread_id_, PlatformThread::CurrentId());
35 DCHECK_EQ(owning_thread_id_, PlatformThread::CurrentId());
43 owning_thread_id_ = PlatformThread::CurrentId();
cancellation_flag.cc 13 DCHECK_EQ(set_on_, PlatformThread::CurrentId());
cancellation_flag.h 23 set_on_ = PlatformThread::CurrentId();
  /external/chromium/base/threading/
thread_checker_impl.cc 19 return valid_thread_id_ == PlatformThread::CurrentId();
31 valid_thread_id_ = PlatformThread::CurrentId();
platform_thread_unittest.cc 60 thread_id_ = PlatformThread::CurrentId();
76 PlatformThreadId main_thread_id = PlatformThread::CurrentId();
89 PlatformThreadId main_thread_id = PlatformThread::CurrentId();
platform_thread.h 62 static PlatformThreadId CurrentId();
thread_collision_warner.cc 17 const PlatformThreadId current_thread_id = PlatformThread::CurrentId();
thread.cc 118 DCHECK_NE(ANNOTATE_UNPROTECTED_READ(thread_id_), PlatformThread::CurrentId());
149 thread_id_ = PlatformThread::CurrentId();
  /external/chromium_org/base/threading/
thread_checker_impl.cc 19 return valid_thread_id_ == PlatformThread::CurrentId();
31 valid_thread_id_ = PlatformThread::CurrentId();
platform_thread_unittest.cc 61 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());
platform_thread_posix.cc 73 PlatformThread::CurrentId());
78 PlatformThread::CurrentId());
84 PlatformThread::CurrentId());
144 PlatformThreadId PlatformThread::CurrentId() {
167 return PlatformThreadHandle(pthread_self(), CurrentId());
192 return ThreadIdNameManager::GetInstance()->GetName(CurrentId());
platform_thread_win.cc 71 PlatformThread::CurrentId());
78 PlatformThread::CurrentId());
121 PlatformThreadId PlatformThread::CurrentId() {
143 ThreadIdNameManager::GetInstance()->SetName(CurrentId(), name);
161 SetNameInternal(CurrentId(), name);
166 return ThreadIdNameManager::GetInstance()->GetName(CurrentId());
platform_thread_android.cc 63 Java_ThreadUtils_setThreadPriorityAudio(env, PlatformThread::CurrentId());
78 ThreadIdNameManager::GetInstance()->SetName(CurrentId(), name);
platform_thread_linux.cc 52 ThreadIdNameManager::GetInstance()->SetName(CurrentId(), name);
60 if (PlatformThread::CurrentId() == getpid())
thread_collision_warner.cc 17 const PlatformThreadId current_thread_id = PlatformThread::CurrentId();
  /external/chromium_org/base/message_loop/
message_loop_proxy_impl.cc 18 valid_thread_id_(PlatformThread::CurrentId()) {
38 return valid_thread_id_ == PlatformThread::CurrentId();
  /external/chromium_org/cc/resources/
scoped_resource.cc 28 allocate_thread_id_ = base::PlatformThread::CurrentId();
37 DCHECK(allocate_thread_id_ == base::PlatformThread::CurrentId());
  /external/chromium_org/cc/test/
cc_test_suite.cc 29 base::PlatformThread::CurrentId(),
  /external/chromium_org/chrome_frame/
bind_status_callback_impl.cc 80 << 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/
url_request_job_manager.h 87 allowed_thread_ = base::PlatformThread::CurrentId();
90 return allowed_thread_ == base::PlatformThread::CurrentId();
  /external/chromium_org/net/url_request/
url_request_job_manager.h 85 allowed_thread_ = base::PlatformThread::CurrentId();
88 return allowed_thread_ == base::PlatformThread::CurrentId();
  /external/chromium_org/chrome/browser/chromeos/dbus/
cros_dbus_service.cc 34 origin_thread_id_(base::PlatformThread::CurrentId()),
85 return base::PlatformThread::CurrentId() == origin_thread_id_;

Completed in 338 milliseconds

1 2 3 4