Home
last modified time | relevance | path

Searched refs:main_thread_id_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/task/sequence_manager/
Dthread_controller_with_message_pump_impl.cc18 : main_thread_id_(PlatformThread::CurrentId()), in ThreadControllerWithMessagePumpImpl()
84 return main_thread_id_ == PlatformThread::CurrentId(); in RunsTasksInCurrentSequence()
Dthread_controller_with_message_pump_impl.h96 const PlatformThreadId main_thread_id_; variable