Searched refs:g_atomic_int_get (Results 1 - 7 of 7) 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);
H A Dgmain.c325 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);
2556 g_return_val_if_fail (g_atomic_int_get (&loop->ref_count) > 0, NULL);
2574 g_return_if_fail (g_atomic_int_get (&loop->ref_count) > 0);
2598 g_return_if_fail (g_atomic_int_get (&loop->ref_count) > 0);
2678 g_return_if_fail (g_atomic_int_get (&loop->ref_count) > 0);
2704 g_return_val_if_fail (g_atomic_int_get (&loop->ref_count) > 0, FALSE);
2721 g_return_val_if_fail (g_atomic_int_get (&loop->ref_count) > 0, NULL);
2837 g_return_if_fail (g_atomic_int_get (&context->ref_count) > 0);
2899 g_return_if_fail (g_atomic_int_get (
[all...]
/external/bluetooth/glib/gobject/tests/
H A Dthreadtests.c149 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/
H A Datomic-test.c38 g_assert (atomic == g_atomic_int_get (&atomic));
H A Donceinit.c137 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/
H A Dgobject.c810 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)
2380 old_ref = g_atomic_int_get (&object->ref_count);
2397 old_ref = g_atomic_int_get ((int *)&object->ref_count);

Completed in 136 milliseconds