Home
last modified time | relevance | path

Searched defs:g_once (Results 1 – 7 of 7) sorted by relevance

/third_party/grpc/src/core/lib/security/credentials/alts/
Dcheck_gcp_environment_linux.cc37 static gpr_once g_once = GPR_ONCE_INIT; variable
Dcheck_gcp_environment_windows.cc82 static gpr_once g_once = GPR_ONCE_INIT; variable
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_once.c21 static pthread_once_t g_once = PTHREAD_ONCE_INIT; variable
/third_party/glib/glib/
Dgthread.h247 # define g_once(once, func, arg) \ macro
252 # define g_once(once, func, arg) g_once_impl ((once), (func), (arg)) macro
/third_party/grpc/src/core/ext/filters/client_channel/
Dbackup_poller.cc53 static gpr_once g_once = GPR_ONCE_INIT; variable
/third_party/grpc/src/core/lib/security/credentials/google_default/
Dgoogle_default_credentials.cc68 static gpr_once g_once = GPR_ONCE_INIT; variable
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglcontext_egl.c1334 static GOnce g_once = G_ONCE_INIT; local