Searched refs:g_thread_pool_push (Results 1 – 15 of 15) sorted by relevance
/third_party/glib/tests/ |
D | threadpool-test.c | 100 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()
|
D | sources.c | 159 g_thread_pool_push (pool, sources[i], &error); in main() 172 g_thread_pool_push (pool, sources[i], &error); in main()
|
D | asyncqueue-test.c | 210 g_thread_pool_push (thread_pool, GINT_TO_POINTER (i), &error); in main()
|
/third_party/glib/glib/tests/ |
D | thread-pool.c | 73 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/ |
D | gthreadpool.h | 59 gboolean g_thread_pool_push (GThreadPool *pool,
|
D | gthreadpool.c | 670 g_thread_pool_push (GThreadPool *pool, in g_thread_pool_push() function
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsttaskpool.c | 111 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()
|
D | gstelement.c | 3866 g_thread_pool_push ((GThreadPool *) gst_element_pool, async_data, NULL); in gst_element_call_async()
|
/third_party/glib/gio/ |
D | gthreadedsocketservice.c | 128 if (!g_thread_pool_push (threaded->priv->thread_pool, data, &local_error)) in g_threaded_socket_service_incoming()
|
D | gtask.c | 1494 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()
|
D | gwin32appinfo.c | 3841 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/ |
D | gstipcpipelinesink.c | 467 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/ |
D | gstdtlsconnection.c | 432 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/ |
D | glib-sections.txt | 1141 g_thread_pool_push
|
/third_party/glib/ |
D | NEWS | 8200 651034 Regarding g_cond_wait after g_thread_pool_push in gthreadedresolver
|