Searched refs:active_jetsam_threads (Results 1 – 1 of 1) sorted by relevance
1364 _Atomic int active_jetsam_threads = 1; variable3599 int active_thr = atomic_load(&active_jetsam_threads); in memorystatus_thread_wake()3615 atomic_store(&active_jetsam_threads, max_threads); in memorystatus_thread_pool_max()3623 atomic_store(&active_jetsam_threads, 1); in memorystatus_thread_pool_default()