HomeSort by relevance Sort by last modified time
    Searched refs:G_GNUC_MAY_ALIAS (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/glib/
gatomic.h 41 gint g_atomic_int_exchange_and_add (volatile gint G_GNUC_MAY_ALIAS *atomic,
43 void g_atomic_int_add (volatile gint G_GNUC_MAY_ALIAS *atomic,
45 gboolean g_atomic_int_compare_and_exchange (volatile gint G_GNUC_MAY_ALIAS *atomic,
48 gboolean g_atomic_pointer_compare_and_exchange (volatile gpointer G_GNUC_MAY_ALIAS *atomic,
52 gint g_atomic_int_get (volatile gint G_GNUC_MAY_ALIAS *atomic);
53 void g_atomic_int_set (volatile gint G_GNUC_MAY_ALIAS *atomic,
55 gpointer g_atomic_pointer_get (volatile gpointer G_GNUC_MAY_ALIAS *atomic);
56 void g_atomic_pointer_set (volatile gpointer G_GNUC_MAY_ALIAS *atomic,
67 (g_atomic_int_get) ((volatile gint G_GNUC_MAY_ALIAS *) (void *) (atomic)))
70 (g_atomic_int_set) ((volatile gint G_GNUC_MAY_ALIAS *) (void *) (atomic), (newval))
    [all...]
gatomic.c 39 g_atomic_int_exchange_and_add (volatile gint G_GNUC_MAY_ALIAS *atomic,
51 g_atomic_int_add (volatile gint G_GNUC_MAY_ALIAS *atomic,
60 g_atomic_int_compare_and_exchange (volatile gint G_GNUC_MAY_ALIAS *atomic,
78 g_atomic_pointer_compare_and_exchange (volatile gpointer G_GNUC_MAY_ALIAS *atomic,
106 g_atomic_pointer_compare_and_exchange (volatile gpointer G_GNUC_MAY_ALIAS *atomic,
119 g_atomic_pointer_compare_and_exchange (volatile gpointer G_GNUC_MAY_ALIAS *atomic,
165 g_atomic_pointer_compare_and_exchange (volatile gpointer G_GNUC_MAY_ALIAS *atomic,
191 g_atomic_pointer_compare_and_exchange (volatile gpointer G_GNUC_MAY_ALIAS *atomic,
223 g_atomic_int_exchange_and_add (volatile gint G_GNUC_MAY_ALIAS *atomic,
235 g_atomic_int_add (volatile gint G_GNUC_MAY_ALIAS *atomic,
    [all...]
gmacros.h 111 # define G_GNUC_MAY_ALIAS __attribute__((may_alias))
113 # define G_GNUC_MAY_ALIAS

Completed in 22 milliseconds