Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgthread.h324 gpointer g_once_impl (GOnce *once, GThreadFunc func, gpointer arg);
327 # define g_once(once, func, arg) g_once_impl ((once), (func), (arg))
332 g_once_impl ((once), (func), (arg)))
Dgthread.c176 g_once_impl (GOnce *once, in g_once_impl() function
Dgaliasdef.c3018 #undef g_once_impl
3019 extern __typeof (g_once_impl) g_once_impl __attribute((alias("IA__g_once_impl"), visibility("defaul…
Dgalias.h3007 extern __typeof (g_once_impl) IA__g_once_impl __attribute((visibility("hidden")));
3008 #define g_once_impl IA__g_once_impl macro
/external/bluetooth/glib/
DChangeLog.pre-2-41185 * glib/glib.def: Add g_once_impl.
1442 * glib/gthread.h: Add GOnce, GOnceStatus, G_ONCE_INIT and g_once_impl.
1443 * glib/gthread.c (g_once_impl): Fallback implementation using a
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt653 g_once_impl
/external/bluetooth/glib/docs/reference/
DChangeLog2895 * glib/tmpl/threads.sgml: Document GOnce, GOnceStatus, G_ONCE_INIT, g_once and g_once_impl.
2897 * glib/glib-sections.txt: Add GOnce, GOnceStatus, G_ONCE_INIT, g_once and g_once_impl.