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

  /external/bluetooth/glib/glib/
gatomic.c 51 g_atomic_int_add (volatile gint G_GNUC_MAY_ALIAS *atomic, function
235 g_atomic_int_add (volatile gint G_GNUC_MAY_ALIAS *atomic, function
306 g_atomic_int_add (volatile gint G_GNUC_MAY_ALIAS *atomic, function
342 g_atomic_int_add (volatile gint G_GNUC_MAY_ALIAS *atomic, function
499 g_atomic_int_add (volatile gint G_GNUC_MAY_ALIAS *atomic, function
607 g_atomic_int_add (volatile gint G_GNUC_MAY_ALIAS *atomic, function
753 g_atomic_int_add (volatile gint G_GNUC_MAY_ALIAS *atomic, function
772 # define g_atomic_int_add __g_atomic_int_add macro
807 g_atomic_int_add (volatile gint32 G_GNUC_MAY_ALIAS *atomic, function
866 g_atomic_int_add (volatile gint G_GNUC_MAY_ALIAS *atomic function
1011 g_atomic_int_add (volatile gint G_GNUC_MAY_ALIAS *atomic, function
    [all...]
galias.h 198 extern __typeof (g_atomic_int_add) IA__g_atomic_int_add __attribute((visibility("hidden")));
199 #define g_atomic_int_add IA__g_atomic_int_add macro
    [all...]
galiasdef.c 201 #undef g_atomic_int_add macro
202 extern __typeof (g_atomic_int_add) g_atomic_int_add __attribute((alias("IA__g_atomic_int_add"), visibility("default")));
    [all...]

Completed in 35 milliseconds