Searched refs:g_thread_pool_new (Results 1 – 17 of 17) sorted by relevance
/third_party/glib/glib/tests/ |
D | thread-pool.c | 60 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/ |
D | threadpool-test.c | 97 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()
|
D | sources.c | 152 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()
|
D | asyncqueue-test.c | 196 thread_pool = g_thread_pool_new (enter_thread, in main()
|
/third_party/glib/glib/ |
D | gthreadpool.h | 49 GThreadPool * g_thread_pool_new (GFunc func,
|
D | gthreadpool.c | 107 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/ |
D | gsttaskpool.c | 77 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()
|
D | gstelement.c | 213 g_thread_pool_new ((GFunc) gst_element_call_async_func, NULL, -1, FALSE, in gst_element_setup_thread_pool()
|
/third_party/libsoup/tests/ |
D | libsoup.supp | 329 fun:g_thread_pool_new 439 fun:g_thread_pool_new
|
/third_party/glib/gio/ |
D | gthreadedsocketservice.c | 152 g_thread_pool_new (g_threaded_socket_service_func, in g_threaded_socket_service_constructed()
|
D | gtask.c | 2173 task_pool = g_thread_pool_new (g_task_thread_pool_thread, NULL, in g_task_thread_pool_init()
|
D | gwin32appinfo.c | 4001 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/ |
D | gstipcpipelinesink.c | 219 sink->threads = g_thread_pool_new (pusher, sink, -1, FALSE, NULL); in gst_ipc_pipeline_sink_init()
|
/third_party/glib/ |
D | glib.supp | 1056 fun:g_thread_pool_new
|
D | NEWS | 716 - #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/ |
D | gstdtlsconnection.c | 208 priv->thread_pool = g_thread_pool_new (handle_timeout, self, 1, FALSE, NULL); in gst_dtls_connection_init()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1140 g_thread_pool_new
|