Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgasyncqueue.h76 gpointer g_async_queue_pop_unlocked (GAsyncQueue *queue);
Dgthreadpool.c261 task = g_async_queue_pop_unlocked (pool->queue); in g_thread_pool_wait_for_new_task()
315 spawn_thread_data = g_async_queue_pop_unlocked (spawn_thread_queue); in g_thread_pool_spawn_thread()
Dgasyncqueue.c471 g_async_queue_pop_unlocked (GAsyncQueue *queue) in g_async_queue_pop_unlocked() function
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1184 g_async_queue_pop_unlocked
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvbaseenc.c2396 pending_state = g_async_queue_pop_unlocked (nvenc->pending_queue); in _submit_input_buffer()