Lines Matching defs:max_threads
12 #define MAX_THREADS 10139 g_thread_pool_set_max_unused_threads (MAX_THREADS);260 guint max_threads;263 limit = MAX_THREADS * 10;266 max_threads = 1;268 max_threads = MAX_THREADS;281 max_threads,306 g_assert (g_thread_pool_get_max_threads (pool) == max_threads);354 MAX_THREADS,