Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus.c3634 struct jetsam_thread_state *jetsam_thread = jetsam_current_thread(); in memorystatus_thread_block() local
3636 assert(jetsam_thread != NULL); in memorystatus_thread_block()
3638 …assert_wait_timeout(&jetsam_thread->memorystatus_wakeup, THREAD_UNINT, interval_ms, NSEC_PER_MSEC); in memorystatus_thread_block()
3640 assert_wait(&jetsam_thread->memorystatus_wakeup, THREAD_UNINT); in memorystatus_thread_block()
4080 struct jetsam_thread_state *jetsam_thread = jetsam_current_thread(); in memorystatus_thread() local
4083 assert(jetsam_thread != NULL); in memorystatus_thread()
4084 if (jetsam_thread->inited == FALSE) { in memorystatus_thread()
4092 snprintf(name, 32, "VM_memorystatus_%d", jetsam_thread->index + 1); in memorystatus_thread()
4095 if (jetsam_thread->index == 0) { in memorystatus_thread()
4099 jetsam_thread->limit_to_low_bands = FALSE; in memorystatus_thread()
[all …]