Searched refs:g_proxy_locked_on_thread (Results 1 – 1 of 1) sorted by relevance
22 base::LazyInstance<base::ThreadLocalBoolean>::Leaky g_proxy_locked_on_thread = variable42 const bool deadlock = g_proxy_locked_on_thread.Get().Get(); in Acquire()46 g_proxy_locked_on_thread.Get().Set(true); in Acquire()55 const bool locked = g_proxy_locked_on_thread.Get().Get(); in Release()58 g_proxy_locked_on_thread.Get().Set(false); in Release()68 const bool locked = g_proxy_locked_on_thread.Get().Get(); in AssertAcquired()