HomeSort by relevance Sort by last modified time
    Searched defs:g_once_init_enter (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/tests/
onceinit.c 62 if (g_once_init_enter (&initialized))
74 if (g_once_init_enter (&initialized))
87 if (g_once_init_enter (&initialized))
156 /* get rid of g_once_init_enter-optimizations in the below definitions
160 #define g_once_init_enter g_once_init_enter_impl macro
168 if (g_once_init_enter (&initialized)) \
  /external/bluetooth/glib/glib/
gthread.h 336 G_INLINE_FUNC gboolean g_once_init_enter (volatile gsize *value_location);
342 g_once_init_enter (volatile gsize *value_location) function

Completed in 47 milliseconds