Home
last modified time | relevance | path

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

/external/libchrome/base/message_loop/
Dmessage_pump_glib.cc133 static LazyInstance<Lock>::Leaky thread_info_lock = LAZY_INSTANCE_INITIALIZER; variable
140 AutoLock auto_lock(thread_info_lock.Get()); in CheckThread()
152 AutoLock auto_lock(thread_info_lock.Get()); in PumpDestroyed()