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

  /external/bluetooth/glib/glib/
gatomic.h 53 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)))
gatomic.c 928 (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/
onceinit.c 147 g_atomic_int_set (&thread_call_count, 0);

Completed in 41 milliseconds