Searched refs:g_atomic_int_add (Results 1 - 7 of 7) sorted by relevance

/external/bluetooth/glib/tests/
H A Datomic-test.c32 g_atomic_int_add (&atomic, 20);
35 g_atomic_int_add (&atomic, -35);
/external/bluetooth/glib/glib/
H A Dgatomic.h43 void g_atomic_int_add (volatile gint G_GNUC_MAY_ALIAS *atomic,
79 #define g_atomic_int_inc(atomic) (g_atomic_int_add ((atomic), 1))
H A Dgatomic.c51 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 (volatil function
1011 g_atomic_int_add (volatile gint G_GNUC_MAY_ALIAS *atomic, function
[all...]
H A Dghash.c712 g_atomic_int_add (&hash_table->ref_count, 1);
H A Dgaliasdef.c201 #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")));
H A Dgalias.h198 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
/external/bluetooth/glib/gobject/tests/
H A Dthreadtests.c67 g_atomic_int_add (&mtsafe_call_counter, 1); // real call count update

Completed in 45 milliseconds