Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_memorystatus.c1731 _Atomic unsigned int active_jetsam_threads = 1; variable
3669 int active_thr = atomic_load(&active_jetsam_threads); in memorystatus_thread_wake()
3685 os_atomic_store(&active_jetsam_threads, max_threads, relaxed); in memorystatus_thread_pool_max()
3693 os_atomic_store(&active_jetsam_threads, 1, relaxed); in memorystatus_thread_pool_default()