HomeSort by relevance Sort by last modified time
    Searched refs:g_once_impl (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/glib/glib/
gthread.h 324 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)))
gthread.c 176 g_once_impl (GOnce *once, function
galiasdef.c 3018 #undef g_once_impl macro
    [all...]
galias.h 3008 #define g_once_impl macro
    [all...]

Completed in 198 milliseconds