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

  /external/bluetooth/glib/glib/
gatomic.h 52 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)))
gatomic.c 916 (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 31 milliseconds