Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus_notify.c438 static thread_call_t sustained_pressure_handler_thread_call; variable
462sustained_pressure_handler_thread_call = thread_call_allocate_with_options(sustained_pressure_hand… in memorystatus_notify_init()
1485 thread_call_cancel(sustained_pressure_handler_thread_call); in memorystatus_update_vm_pressure()
1498 thread_call_enter_delayed(sustained_pressure_handler_thread_call, kill_time); in memorystatus_update_vm_pressure()