Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/vm/
H A Dvm_pageout_xnu.h494 sched_cond_atomic_t pgo_wakeup; member
H A Dvm_pageout.c765 sched_cond_signal(&pgo_iothread_internal_state[0].pgo_wakeup,
769 …sched_cond_signal(&pgo_iothread_external_state.pgo_wakeup, pgo_iothread_external_state.pgo_iothrea…
3960 sched_cond_ack(&(ethr->pgo_wakeup));
4084 …sched_cond_wait_parameter(&(ethr->pgo_wakeup), THREAD_UNINT, (thread_continue_t)vm_pageout_iothrea…
4158 sched_cond_ack(&(cq->pgo_wakeup));
4251 sched_cond_signal(&pgo_iothread_internal_state[cq->id + 1].pgo_wakeup,
4391 …sched_cond_wait_parameter(&(cq->pgo_wakeup), THREAD_UNINT, (thread_continue_t)vm_pageout_iothread_…
5298 sched_cond_init(&(ethr->pgo_wakeup));
5459 sched_cond_init(&(iq->pgo_wakeup));
10276 sched_cond_signal(&pgo_iothread_internal_state[0].pgo_wakeup,