Home
last modified time | relevance | path

Searched refs:g_thread_pool_push (Results 1 – 15 of 15) sorted by relevance

/third_party/glib/tests/
Dthreadpool-test.c100 g_thread_pool_push (pool, GUINT_TO_POINTER (1000), NULL); in test_thread_stop_unused()
176 g_thread_pool_push (pool1, GUINT_TO_POINTER (i + 1), NULL); in test_thread_pools()
177 g_thread_pool_push (pool2, GUINT_TO_POINTER (i + 1), NULL); in test_thread_pools()
178 g_thread_pool_push (pool3, GUINT_TO_POINTER (i + 1), NULL); in test_thread_pools()
287 g_thread_pool_push (pool, GUINT_TO_POINTER (id), NULL); in test_thread_sort()
323 g_thread_pool_push (idle_pool, GUINT_TO_POINTER (100 + i), NULL); in test_thread_idle_timeout()
357 g_thread_pool_push (idle_pool, GUINT_TO_POINTER (i + 1), NULL); in test_thread_idle_time()
Dsources.c159 g_thread_pool_push (pool, sources[i], &error); in main()
172 g_thread_pool_push (pool, sources[i], &error); in main()
Dasyncqueue-test.c210 g_thread_pool_push (thread_pool, GINT_TO_POINTER (i), &error); in main()
/third_party/glib/glib/tests/
Dthread-pool.c73 success = g_thread_pool_push (pool, GUINT_TO_POINTER (123), &err); in test_simple()
125 success = g_thread_pool_push (pool, GUINT_TO_POINTER (123), &err); in test_create_first_pool()
138 success = g_thread_pool_push (pool, GUINT_TO_POINTER (123), &err); in test_create_first_pool()
/third_party/glib/glib/
Dgthreadpool.h59 gboolean g_thread_pool_push (GThreadPool *pool,
Dgthreadpool.c670 g_thread_pool_push (GThreadPool *pool, in g_thread_pool_push() function
/third_party/gstreamer/gstreamer/gst/
Dgsttaskpool.c111 g_thread_pool_push (pool->pool, tdata, error); in default_push()
401 g_thread_pool_push (pool->pool, shared_task_data_ref (ret), error); in shared_push()
Dgstelement.c3866 g_thread_pool_push ((GThreadPool *) gst_element_pool, async_data, NULL); in gst_element_call_async()
/third_party/glib/gio/
Dgthreadedsocketservice.c128 if (!g_thread_pool_push (threaded->priv->thread_pool, data, &local_error)) in g_threaded_socket_service_incoming()
Dgtask.c1494 g_thread_pool_push (task_pool, g_object_ref (task), NULL); in g_task_start_task_thread()
1514 g_thread_pool_push (task_pool, g_object_ref (task), NULL); in g_task_start_task_thread()
Dgwin32appinfo.c3841 g_thread_pool_push (gio_win32_appinfo_threadpool, (gpointer) keys_updated, NULL); in keys_updated()
4010 g_thread_pool_push (gio_win32_appinfo_threadpool, (gpointer) keys_updated, NULL); in gio_win32_appinfo_init()
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dgstipcpipelinesink.c467 g_thread_pool_push (sink->threads, event, NULL); in on_event()
486 g_thread_pool_push (sink->threads, query, NULL); in on_query()
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsconnection.c432 g_thread_pool_push (self->priv->thread_pool, GINT_TO_POINTER (0xc0ffee), in schedule_timeout_handling()
480 g_thread_pool_push (self->priv->thread_pool, GINT_TO_POINTER (0xc0ffee), in gst_dtls_connection_check_timeout_locked()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1141 g_thread_pool_push
/third_party/glib/
DNEWS8200 651034 Regarding g_cond_wait after g_thread_pool_push in gthreadedresolver