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

  /external/bluetooth/glib/glib/
gatomic.c 60 g_atomic_int_compare_and_exchange (volatile gint G_GNUC_MAY_ALIAS *atomic, function
244 g_atomic_int_compare_and_exchange (volatile gint G_GNUC_MAY_ALIAS *atomic, function
336 while (!g_atomic_int_compare_and_exchange (atomic, result, result + val));
348 while (!g_atomic_int_compare_and_exchange (atomic, result, result + val));
354 g_atomic_int_compare_and_exchange (volatile gint G_GNUC_MAY_ALIAS *atomic, function
418 g_atomic_int_compare_and_exchange (volatile gint G_GNUC_MAY_ALIAS *atomic, function
506 g_atomic_int_compare_and_exchange (volatile gint G_GNUC_MAY_ALIAS *atomic, function
616 g_atomic_int_compare_and_exchange (volatile gint G_GNUC_MAY_ALIAS *atomic, function
726 g_atomic_int_compare_and_exchange (volatile gint G_GNUC_MAY_ALIAS *atomic, function
773 # define g_atomic_int_compare_and_exchange __g_atomic_int_compare_and_exchang macro
814 g_atomic_int_compare_and_exchange (volatile gint32 G_GNUC_MAY_ALIAS *atomic, function
875 g_atomic_int_compare_and_exchange (volatile gint G_GNUC_MAY_ALIAS *atomic, function
991 g_atomic_int_compare_and_exchange (volatile gint G_GNUC_MAY_ALIAS *atomic, function
    [all...]
galias.h 201 extern __typeof (g_atomic_int_compare_and_exchange) IA__g_atomic_int_compare_and_exchange __attribute((visibility("hidden")));
202 #define g_atomic_int_compare_and_exchange IA__g_atomic_int_compare_and_exchange macro
    [all...]
galiasdef.c 204 #undef g_atomic_int_compare_and_exchange macro
205 extern __typeof (g_atomic_int_compare_and_exchange) g_atomic_int_compare_and_exchange __attribute((alias("IA__g_atomic_int_compare_and_exchange"), visibility("default")));
    [all...]

Completed in 26 milliseconds