Home
last modified time | relevance | path

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

/third_party/glib/glib/tests/
Donce.c33 do_once (gpointer data) in do_once() function
52 res = g_once (&once, do_once, NULL); in test_once_single_threaded()
57 res = g_once (&once, do_once, NULL); in test_once_single_threaded()
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dcall_once.c22 void do_once(void) in do_once() function
34 call_once(&flag, do_once); in func()
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst1284 - Revert "mesa/st: Use do_once for one-time init"
1285 - Revert "gallium/hud: Use do_once for one-time init"
2858 - gallium/hud: Use do_once for one-time init
2859 - mesa/st: Use do_once for one-time init