Searched refs:g_current (Results 1 – 1 of 1) sorted by relevance
12 thread_local MsgLoop* g_current; variable16 #define g_current (*__g_current_impl.access())21 DCHECK(g_current == nullptr); in MsgLoop()22 g_current = this; in MsgLoop()26 DCHECK(g_current == this); in ~MsgLoop()27 g_current = nullptr; in ~MsgLoop()80 return g_current; in Current()