Searched defs:g_once (Results 1 – 7 of 7) sorted by relevance
37 static gpr_once g_once = GPR_ONCE_INIT; variable
82 static gpr_once g_once = GPR_ONCE_INIT; variable
21 static pthread_once_t g_once = PTHREAD_ONCE_INIT; variable
247 # define g_once(once, func, arg) \ macro252 # define g_once(once, func, arg) g_once_impl ((once), (func), (arg)) macro
53 static gpr_once g_once = GPR_ONCE_INIT; variable
68 static gpr_once g_once = GPR_ONCE_INIT; variable
1334 static GOnce g_once = G_ONCE_INIT; local