Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus.c1387 for (int thr_id = 0; thr_id < max_jetsam_threads; thr_id++) { in jetsam_current_thread() local
1388 if (jetsam_threads[thr_id].thread == current_thread()) { in jetsam_current_thread()
1389 return &(jetsam_threads[thr_id]); in jetsam_current_thread()
3599 int thr_id = 0; in memorystatus_thread_wake() local
3603 for (thr_id = 0; thr_id < active_thr; thr_id++) { in memorystatus_thread_wake()
3604 thread_wakeup((event_t)&jetsam_threads[thr_id].memorystatus_wakeup); in memorystatus_thread_wake()