Searched defs:g_atomic_int_set (Results 1 - 2 of 2) 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);

Completed in 72 milliseconds