Home
last modified time | relevance | path

Searched refs:g_atomic_int_and (Results 1 – 9 of 9) sorted by relevance

/third_party/glib/glib/tests/
Datomic.c50 u2 = g_atomic_int_and (&u, 5); in test_types()
73 s2 = (gint) g_atomic_int_and (&s, 5); in test_types()
140 #undef g_atomic_int_and in test_types()
165 u2 = g_atomic_int_and (&u, 5); in test_types()
187 s2 = (gint) g_atomic_int_and ((guint*)&s, 5); in test_types()
/third_party/glib/glib/
Dgatomic.h53 guint g_atomic_int_and (volatile guint *atomic,
178 #define g_atomic_int_and(atomic, val) \ macro
360 #define g_atomic_int_and(atomic, val) \
426 #define g_atomic_int_and(atomic, val) \
427 (g_atomic_int_and ((guint *) (atomic), (val)))
Dgatomic.c269 (g_atomic_int_and) (volatile guint *atomic, in guint() argument
272 return g_atomic_int_and (atomic, val); in guint()
618 (g_atomic_int_and) (volatile guint *atomic, in guint() argument
803 (g_atomic_int_and) (volatile guint *atomic, in guint() argument
Dgbitlock.c332 g_atomic_int_and (address, ~mask); in g_bit_unlock()
Dgvariant-core.c834 g_atomic_int_and (&value->state, ~STATE_FLOATING); in g_variant_take_ref()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2bufferpool.c746 g_atomic_int_and (&pool->buffer_state[i], ~BUFFER_STATE_QUEUED); in gst_v4l2_buffer_pool_streamoff()
1269 g_atomic_int_and (&pool->buffer_state[index], ~BUFFER_STATE_QUEUED); in gst_v4l2_buffer_pool_qbuf()
1280 g_atomic_int_and (&pool->buffer_state[index], ~BUFFER_STATE_QUEUED); in gst_v4l2_buffer_pool_qbuf()
1322 g_atomic_int_and (&pool->buffer_state[group->buffer.index], in gst_v4l2_buffer_pool_dqbuf()
1705 g_atomic_int_and (&pool->buffer_state[group->buffer.index], in gst_v4l2_buffer_pool_release_buffer()
2167 g_atomic_int_and (&pool->buffer_state[group->buffer.index], in gst_v4l2_buffer_pool_process()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1207 g_atomic_int_and
/third_party/glib/gobject/
Dgobject.c1061 g_atomic_int_and (&real->optional_flags, ~flags); in object_unset_optional_flags()
/third_party/glib/gio/
Dgdbusconnection.c3002 g_atomic_int_and (&connection->atomic_flags, ~FLAG_EXIT_ON_CLOSE); in g_dbus_connection_set_exit_on_close()