Home
last modified time | relevance | path

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

/third_party/gn/src/util/
Dmsg_loop.cc12 thread_local MsgLoop* g_current; variable
16 #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()