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

  /external/chromium/base/
non_thread_safe.cc 13 : valid_thread_id_(PlatformThread::CurrentId()) {
17 return valid_thread_id_ == PlatformThread::CurrentId();
cancellation_flag.cc 13 DCHECK(set_on_ == PlatformThread::CurrentId());
lock_impl_win.cc 31 owning_thread_id_ = PlatformThread::CurrentId();
48 owning_thread_id_ = PlatformThread::CurrentId();
71 DCHECK_EQ(owning_thread_id_, PlatformThread::CurrentId());
cancellation_flag.h 22 set_on_ = PlatformThread::CurrentId();
platform_thread_win.cc 33 PlatformThreadId PlatformThread::CurrentId() {
57 info.dwThreadID = CurrentId();
platform_thread.h 40 static PlatformThreadId CurrentId();
thread_collision_warner.cc 17 const PlatformThreadId current_thread_id = PlatformThread::CurrentId();
thread.cc 123 DCHECK_NE(thread_id_, PlatformThread::CurrentId());
141 thread_id_ = PlatformThread::CurrentId();
platform_thread_posix.cc 31 PlatformThreadId PlatformThread::CurrentId() {
simple_thread.cc 29 tid_ = PlatformThread::CurrentId();
trace_event.cc 146 static_cast<unsigned long>(PlatformThread::CurrentId()),
worker_pool_linux.cc 70 StringPrintf("%s/%d", name_prefix_.c_str(), PlatformThread::CurrentId());
message_pump_glib.cc 164 static PlatformThreadId thread_id = PlatformThread::CurrentId();
165 DCHECK(thread_id == PlatformThread::CurrentId()) <<
directory_watcher_unittest.cc 127 original_thread_id_(PlatformThread::CurrentId()) {
139 EXPECT_EQ(original_thread_id_, PlatformThread::CurrentId());
worker_pool_linux_unittest.cc 72 unique_threads_->insert(PlatformThread::CurrentId());
task.h 213 origin_thread_id_ = PlatformThread::CurrentId();
221 if (origin_thread_id_ != PlatformThread::CurrentId())
stats_table.cc 302 *(impl_->thread_tid(slot)) = PlatformThread::CurrentId();
  /external/chromium/net/url_request/
url_request_job_manager.h 82 allowed_thread_ = PlatformThread::CurrentId();
85 return allowed_thread_ == PlatformThread::CurrentId();
  /external/v8/src/
v8threads.h 97 static int CurrentId();
v8threads.cc 279 state->set_id(CurrentId());
356 int ThreadManager::CurrentId() {
platform-linux.cc 717 ThreadManager::CurrentId() == Top::thread_id()) {
top.cc 69 int id = ThreadManager::CurrentId();
    [all...]
runtime.cc     [all...]

Completed in 299 milliseconds