HomeSort by relevance Sort by last modified time
    Searched refs:g_atomic_int_get (Results 1 - 7 of 7) 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);
gmain.c 325 g_return_val_if_fail (g_atomic_int_get (&context->ref_count) > 0, NULL);
351 g_return_if_fail (g_atomic_int_get (&context->ref_count) > 0);
    [all...]
  /external/bluetooth/glib/gobject/tests/
threadtests.c 149 while (g_atomic_int_get (&mtsafe_call_counter) < (3 + 3 + 3 * 3) * NUM_COUNTER_INCREMENTS)
152 g_print ("Initializers counted: %u\n", g_atomic_int_get (&mtsafe_call_counter));
156 g_print ("Total initializers: %u\n", g_atomic_int_get (&mtsafe_call_counter));
158 g_assert_cmpint (g_atomic_int_get (&mtsafe_call_counter), ==, unsafe_call_counter);
  /external/bluetooth/glib/tests/
atomic-test.c 38 g_assert (atomic == g_atomic_int_get (&atomic));
onceinit.c 137 while (g_atomic_int_get (&thread_call_count) < i)
151 while (g_atomic_int_get (&thread_call_count) < 256 * 4 * N_THREADS)
  /external/bluetooth/glib/gobject/
gobject.c 810 if (g_atomic_int_get (&object->ref_count) == 0)
833 if (g_atomic_int_get (&object->ref_count) == 0)
878 if (g_atomic_int_get (&object->ref_count) == 0)
    [all...]

Completed in 162 milliseconds