Home
last modified time | relevance | path

Searched refs:max_threads (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dwaitq.c1963 uint32_t max_threads; member
2013 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()
/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus.c3614 int max_threads = max_jetsam_threads; in memorystatus_thread_pool_max() local
3615 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()