Searched refs:g_async_queue_push_unlocked (Results 1 – 6 of 6) sorted by relevance
/third_party/glib/glib/ |
D | gthreadpool.c | 151 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()
|
D | gasyncqueue.h | 61 void g_async_queue_push_unlocked (GAsyncQueue *queue,
|
D | gasyncqueue.c | 294 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/ |
D | asyncqueue.c | 145 g_async_queue_push_unlocked (q, GINT_TO_POINTER (value)); in test_async_queue_threads()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvbaseenc.c | 1361 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/ |
D | glib-sections.txt | 1180 g_async_queue_push_unlocked
|