Searched refs:g_atomic_int_and (Results 1 – 9 of 9) sorted by relevance
/third_party/glib/glib/tests/ |
D | atomic.c | 50 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/ |
D | gatomic.h | 53 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)))
|
D | gatomic.c | 269 (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
|
D | gbitlock.c | 332 g_atomic_int_and (address, ~mask); in g_bit_unlock()
|
D | gvariant-core.c | 834 g_atomic_int_and (&value->state, ~STATE_FLOATING); in g_variant_take_ref()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2bufferpool.c | 746 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/ |
D | glib-sections.txt | 1207 g_atomic_int_and
|
/third_party/glib/gobject/ |
D | gobject.c | 1061 g_atomic_int_and (&real->optional_flags, ~flags); in object_unset_optional_flags()
|
/third_party/glib/gio/ |
D | gdbusconnection.c | 3002 g_atomic_int_and (&connection->atomic_flags, ~FLAG_EXIT_ON_CLOSE); in g_dbus_connection_set_exit_on_close()
|