Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dkern_memorystatus.c1358 } *jetsam_threads; variable
1387 if (jetsam_threads[thr_id].thread == current_thread()) { in jetsam_current_thread()
1388 return &(jetsam_threads[thr_id]); in jetsam_current_thread()
1617 jetsam_threads = zalloc_permanent(sizeof(struct jetsam_thread_state) * in memorystatus_init()
1622 jetsam_threads[i].inited = FALSE; in memorystatus_init()
1623 jetsam_threads[i].index = i; in memorystatus_init()
1624 …hread_start_priority(memorystatus_thread, NULL, 95 /* MAXPRI_KERNEL */, &jetsam_threads[i].thread); in memorystatus_init()
1628 thread_deallocate(jetsam_threads[i].thread); in memorystatus_init()
3603 thread_wakeup((event_t)&jetsam_threads[thr_id].memorystatus_wakeup); in memorystatus_thread_wake()