Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstatomicqueue.c61 gint tail_write; member
89 mem->tail_write = pos; in new_queue_mem()
351 tail = g_atomic_int_get (&tail_mem->tail_write); in gst_atomic_queue_push()
378 (!g_atomic_int_compare_and_exchange (&tail_mem->tail_write, tail, tail + 1)); in gst_atomic_queue_push()