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

  /external/libchrome/base/synchronization/
lock.cc 23 DCHECK(owning_thread_ref_ == PlatformThread::CurrentRef());
27 DCHECK(owning_thread_ref_ == PlatformThread::CurrentRef());
33 owning_thread_ref_ = PlatformThread::CurrentRef();
  /external/libchrome/base/threading/
thread_checker_impl.cc 37 return thread_id_ == PlatformThread::CurrentRef();
52 thread_id_ = PlatformThread::CurrentRef();
platform_thread.h 41 // These are produced by PlatformThread::CurrentRef(), and used to later
137 static PlatformThreadRef CurrentRef();
platform_thread_posix.cc 153 PlatformThreadRef PlatformThread::CurrentRef() {
  /external/libchrome/base/test/
test_simple_task_runner.h 78 const PlatformThreadRef thread_ref_ = PlatformThread::CurrentRef();
test_simple_task_runner.cc 45 return thread_ref_ == PlatformThread::CurrentRef();
  /external/libmojo/mojo/public/cpp/bindings/tests/
bind_task_runner_unittest.cc 28 : thread_id_(base::PlatformThread::CurrentRef()),
51 return base::PlatformThread::CurrentRef() == thread_id_;
  /external/libchrome/base/trace_event/
memory_dump_manager_unittest.cc     [all...]

Completed in 226 milliseconds