Searched refs:thr_id (Results 1 – 1 of 1) sorted by relevance
1387 for (int thr_id = 0; thr_id < max_jetsam_threads; thr_id++) { in jetsam_current_thread() local1388 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() local3603 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()