Home
last modified time | relevance | path

Searched refs:g_thread_pool_new (Results 1 – 17 of 17) sorted by relevance

/third_party/glib/glib/tests/
Dthread-pool.c60 pool = g_thread_pool_new (pool_func, &m, -1, FALSE, &err); in test_simple()
65 pool = g_thread_pool_new (pool_func, &m, 2, TRUE, &err); in test_simple()
119 pool = g_thread_pool_new (dummy_pool_func, NULL, -1, FALSE, &err); in test_create_first_pool()
121 pool = g_thread_pool_new (dummy_pool_func, NULL, 2, TRUE, &err); in test_create_first_pool()
132 pool = g_thread_pool_new (dummy_pool_func, NULL, 2, TRUE, &err); in test_create_first_pool()
134 pool = g_thread_pool_new (dummy_pool_func, NULL, -1, FALSE, &err); in test_create_first_pool()
/third_party/glib/tests/
Dthreadpool-test.c97 pool = g_thread_pool_new ((GFunc) g_usleep, NULL, -1, FALSE, NULL); in test_thread_stop_unused()
169 pool1 = g_thread_pool_new ((GFunc)test_thread_pools_entry_func, NULL, 3, FALSE, NULL); in test_thread_pools()
170 pool2 = g_thread_pool_new ((GFunc)test_thread_pools_entry_func, NULL, 5, TRUE, NULL); in test_thread_pools()
171 pool3 = g_thread_pool_new ((GFunc)test_thread_pools_entry_func, NULL, 7, TRUE, NULL); in test_thread_pools()
269 pool = g_thread_pool_new (test_thread_sort_entry_func, in test_thread_sort()
342 idle_pool = g_thread_pool_new (test_thread_idle_time_entry_func, in test_thread_idle_time()
Dsources.c152 pool = g_thread_pool_new (thread_pool_attach_func, context, in main()
167 pool = g_thread_pool_new (thread_pool_destroy_func, context, in main()
Dasyncqueue-test.c196 thread_pool = g_thread_pool_new (enter_thread, in main()
/third_party/glib/glib/
Dgthreadpool.h49 GThreadPool * g_thread_pool_new (GFunc func,
Dgthreadpool.c107 static const gpointer wakeup_thread_marker = (gpointer) &g_thread_pool_new;
556 g_thread_pool_new (GFunc func, in g_thread_pool_new() function
/third_party/gstreamer/gstreamer/gst/
Dgsttaskpool.c77 pool->pool = g_thread_pool_new ((GFunc) default_func, pool, -1, FALSE, error); in default_prepare()
449 g_thread_pool_new ((GFunc) shared_func, pool, in shared_prepare()
Dgstelement.c213 g_thread_pool_new ((GFunc) gst_element_call_async_func, NULL, -1, FALSE, in gst_element_setup_thread_pool()
/third_party/libsoup/tests/
Dlibsoup.supp329 fun:g_thread_pool_new
439 fun:g_thread_pool_new
/third_party/glib/gio/
Dgthreadedsocketservice.c152 g_thread_pool_new (g_threaded_socket_service_func, in g_threaded_socket_service_constructed()
Dgtask.c2173 task_pool = g_thread_pool_new (g_task_thread_pool_thread, NULL, in g_task_thread_pool_init()
Dgwin32appinfo.c4001 gio_win32_appinfo_threadpool = g_thread_pool_new (gio_win32_appinfo_thread_func, in gio_win32_appinfo_init()
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dgstipcpipelinesink.c219 sink->threads = g_thread_pool_new (pusher, sink, -1, FALSE, NULL); in gst_ipc_pipeline_sink_init()
/third_party/glib/
Dglib.supp1056 fun:g_thread_pool_new
DNEWS716 - #2132 Valgrind reports "still reachable" after g_thread_pool_new/free
827 - #2132 Valgrind reports "still reachable" after g_thread_pool_new/free
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsconnection.c208 priv->thread_pool = g_thread_pool_new (handle_timeout, self, 1, FALSE, NULL); in gst_dtls_connection_init()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1140 g_thread_pool_new