Searched refs:qlock (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstdataqueue.c | 72 GMutex qlock; /* lock for queue (vs object lock) */ member 87 g_mutex_lock (&q->priv->qlock); \ 103 g_mutex_unlock (&q->priv->qlock); \ 204 g_mutex_init (&queue->priv->qlock); in gst_data_queue_init() 277 g_mutex_clear (&priv->qlock); in gst_data_queue_finalize() 521 g_cond_wait (&priv->item_del, &priv->qlock); in gst_data_queue_push() 554 g_cond_wait (&priv->item_add, &priv->qlock); in _gst_data_queue_wait_non_empty()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstmultiqueue.h | 77 GMutex qlock; /* Global queue lock (vs object lock or individual */ member
|
D | gstdownloadbuffer.h | 100 GMutex qlock; /* lock for queue (vs object lock) */ member
|
D | gstqueue.h | 122 GMutex qlock; /* lock for queue (vs object lock) */ member
|
D | gstqueue.c | 134 g_mutex_lock (&q->qlock); \ 144 g_mutex_unlock (&q->qlock); \ 150 g_cond_wait (&q->item_del, &q->qlock); \ 162 g_cond_wait (&q->item_add, &q->qlock); \ 464 g_mutex_init (&queue->qlock); in gst_queue_init() 501 g_mutex_clear (&queue->qlock); in gst_queue_finalize() 1076 g_cond_wait (&queue->query_handled, &queue->qlock); in gst_queue_handle_sink_query()
|
D | gstqueue2.h | 141 GMutex qlock; /* lock for queue (vs object lock) */ member
|
D | gstdownloadbuffer.c | 134 g_mutex_lock (&q->qlock); \ 144 g_mutex_unlock (&q->qlock); \ 151 g_cond_wait (&q->item_add, &q->qlock); \ 328 g_mutex_init (&dlbuf->qlock); in gst_download_buffer_init() 344 g_mutex_clear (&dlbuf->qlock); in gst_download_buffer_finalize()
|
D | gstmultiqueue.c | 337 g_mutex_lock (&q->qlock); \ 341 g_mutex_unlock (&q->qlock); \ 906 g_mutex_init (&mqueue->qlock); in gst_multi_queue_init() 920 g_mutex_clear (&mqueue->qlock); in gst_multi_queue_finalize() 2296 g_cond_wait (&sq->turn, &mq->qlock); in gst_multi_queue_loop() 2889 g_cond_wait (&sq->query_handled, &mq->qlock); in gst_multi_queue_sink_query()
|
D | gstqueue2.c | 207 g_mutex_lock (&q->qlock); \ 217 g_mutex_unlock (&q->qlock); \ 223 g_cond_wait (&q->item_del, &queue->qlock); \ 235 g_cond_wait (&q->item_add, &q->qlock); \ 544 g_mutex_init (&queue->qlock); in gst_queue2_init() 588 g_mutex_clear (&queue->qlock); in gst_queue2_finalize() 2826 g_cond_wait (&queue->query_handled, &queue->qlock); in gst_queue2_handle_sink_query()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 7412 perform_seek_to_offset() the `qlock` is released temporarily. Therefore, 36543 The qlock is released between popping a buffer from the queue 36884 The qlock is released between popping a buffer from the queue
|