Searched refs:max_unused_threads (Results 1 – 4 of 4) sorted by relevance
45 gint max_unused_threads; in test_thread_functions() local53 max_unused_threads = 3; in test_thread_functions()56 max_unused_threads)); in test_thread_functions()57 g_thread_pool_set_max_unused_threads (max_unused_threads); in test_thread_functions()61 g_assert (g_thread_pool_get_max_unused_threads() == max_unused_threads); in test_thread_functions()
182 gint max_unused_threads = MAX_THREADS; in main() local195 max_threads, max_unused_threads)); in main()204 g_thread_pool_set_max_unused_threads (max_unused_threads); in main()
113 static gint max_unused_threads = 2; variable164 local_max_unused_threads = (guint) g_atomic_int_get (&max_unused_threads); in g_thread_pool_wait_for_new_pool()228 local_max_unused_threads = (guint) g_atomic_int_get (&max_unused_threads); in g_thread_pool_wait_for_new_pool()977 g_atomic_int_set (&max_unused_threads, max_threads); in g_thread_pool_set_max_unused_threads()1011 return g_atomic_int_get (&max_unused_threads); in g_thread_pool_get_max_unused_threads()
6583 * The default values for GThreadPools max_unused_threads and6780 * The defaults for GThreadPools max_unused_threads