Searched refs:max_threads (Results 1 – 2 of 2) sorted by relevance
1963 uint32_t max_threads; member2013 assert(args->max_threads > 1); in waitq_select_walk_cb()2041 } else if (args->nthreads >= args->max_threads) { in waitq_select_walk_cb()2102 if (args->nthreads >= args->max_threads) { in waitq_queue_iterate_locked()2154 while (args->nthreads < args->max_threads) { in waitq_prioq_iterate_locked()2279 } else if (args->nthreads < args->max_threads) { in do_waitq_select_n_locked()2311 if (args->nthreads >= args->max_threads) { in do_waitq_select_n_locked()2789 .max_threads = UINT32_MAX, in waitq_wakeup64_all_locked()2836 .max_threads = 1, in waitq_wakeup64_one_locked()2886 .max_threads = 1, in waitq_wakeup64_identify_locked()
3614 int max_threads = max_jetsam_threads; in memorystatus_thread_pool_max() local3615 printf("Expanding memorystatus pool to %d!\n", max_threads); in memorystatus_thread_pool_max()3616 atomic_store(&active_jetsam_threads, max_threads); in memorystatus_thread_pool_max()