Home
last modified time | relevance | path

Searched refs:thread_ref_ (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/task/sequence_manager/test/
Dlazy_thread_controller_for_test.cc17 thread_ref_(PlatformThread::CurrentRef()) { in LazyThreadControllerForTest()
93 return thread_ref_ == PlatformThread::CurrentRef(); in RunsTasksInCurrentSequence()
Dlazy_thread_controller_for_test.h42 PlatformThreadRef thread_ref_; variable
/external/libchrome/base/test/
Dtest_simple_task_runner.h77 const PlatformThreadRef thread_ref_ = PlatformThread::CurrentRef();
Dtest_simple_task_runner.cc43 return thread_ref_ == PlatformThread::CurrentRef(); in RunsTasksInCurrentSequence()