Searched defs:g_atomic_int_get (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgatomic.h52 gint g_atomic_int_get (volatile gint G_GNUC_MAY_ALIAS *atomic);
60 # define g_atomic_int_get(atomic) ((gint)*(atomic)) macro
65 # define g_atomic_int_get(atomic) \ macro
67 (g_atomic_int_get) ((volatile gint G_GNUC_MAY_ALIAS *) (void *) (atomic)))
H A Dgatomic.c916 (g_atomic_int_get) (volatile gint G_GNUC_MAY_ALIAS *atomic) function
959 (g_atomic_int_get) (volatile gint G_GNUC_MAY_ALIAS *atomic) function
1031 (g_atomic_int_get) (volatile gint G_GNUC_MAY_ALIAS *atomic) function
1033 return g_atomic_int_get (atomic);

Completed in 306 milliseconds