Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgthreadpool.c151 g_async_queue_push_unlocked (pool->queue, data); in g_thread_pool_queue_push_unlocked()
443 g_async_queue_push_unlocked (unused_thread_queue, pool); in g_thread_pool_start_thread()
485 g_async_queue_push_unlocked (spawn_thread_queue, &spawn_thread_data); in g_thread_pool_start_thread()
959 g_async_queue_push_unlocked (pool->queue, GUINT_TO_POINTER (1)); in g_thread_pool_wakeup_and_stop_all()
991 g_async_queue_push_unlocked (unused_thread_queue, in g_thread_pool_set_max_unused_threads()
1155 g_async_queue_push_unlocked (unused_thread_queue, in g_thread_pool_set_max_idle_time()
Dgasyncqueue.h61 void g_async_queue_push_unlocked (GAsyncQueue *queue,
Dgasyncqueue.c294 g_async_queue_push_unlocked (queue, data); in g_async_queue_push()
308 g_async_queue_push_unlocked (GAsyncQueue *queue, in g_async_queue_push_unlocked() function
/third_party/glib/glib/tests/
Dasyncqueue.c145 g_async_queue_push_unlocked (q, GINT_TO_POINTER (value)); in test_async_queue_threads()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvbaseenc.c1361 g_async_queue_push_unlocked (nvenc->available_queue, state); in gst_nv_base_enc_stop_bitstream_thread()
1363 g_async_queue_push_unlocked (nvenc->bitstream_queue, SHUTDOWN_COOKIE); in gst_nv_base_enc_stop_bitstream_thread()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1180 g_async_queue_push_unlocked