Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgthreadpool.c249 g_async_queue_length_unlocked (pool->queue) > 0)) in g_thread_pool_wait_for_new_task()
266 g_async_queue_length_unlocked (pool->queue))); in g_thread_pool_wait_for_new_task()
276 g_async_queue_length_unlocked (pool->queue))); in g_thread_pool_wait_for_new_task()
290 g_async_queue_length_unlocked (pool->queue))); in g_thread_pool_wait_for_new_task()
388 if (g_async_queue_length_unlocked (pool->queue) == in g_thread_pool_thread_proxy()
394 g_async_queue_length_unlocked (pool->queue) <= 0) in g_thread_pool_thread_proxy()
441 if (g_async_queue_length_unlocked (unused_thread_queue) < 0) in g_thread_pool_start_thread()
686 if (g_async_queue_length_unlocked (real->queue) >= 0) in g_thread_pool_push()
759 to_start = g_async_queue_length_unlocked (real->queue); in g_thread_pool_set_max_threads()
902 while (g_async_queue_length_unlocked (real->queue) != (gint) -real->num_threads && in g_thread_pool_free()
[all …]
Dgasyncqueue.h90 gint g_async_queue_length_unlocked (GAsyncQueue *queue);
Dgasyncqueue.c709 g_async_queue_length_unlocked (GAsyncQueue *queue) in g_async_queue_length_unlocked() function
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1187 g_async_queue_length_unlocked
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvbaseenc.c2394 len = g_async_queue_length_unlocked (nvenc->pending_queue); in _submit_input_buffer()