Searched refs:g_atomic_int_set (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgatomic.h53 void g_atomic_int_set (volatile gint G_GNUC_MAY_ALIAS *atomic,
61 # define g_atomic_int_set(atomic, newval) ((void) (*(atomic) = (newval))) macro
68 # define g_atomic_int_set(atomic, newval) \ macro
70 (g_atomic_int_set) ((volatile gint G_GNUC_MAY_ALIAS *) (void *) (atomic), (newval)))
H A Dgatomic.c928 (g_atomic_int_set) (volatile gint G_GNUC_MAY_ALIAS *atomic, function
966 (g_atomic_int_set) (volatile gint G_GNUC_MAY_ALIAS *atomic, function
1037 (g_atomic_int_set) (volatile gint G_GNUC_MAY_ALIAS *atomic, function
1040 g_atomic_int_set (atomic, newval);
/external/bluetooth/glib/tests/
H A Donceinit.c147 g_atomic_int_set (&thread_call_count, 0);

Completed in 90 milliseconds