Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dkern_memorystatus_notify.c424 static thread_call_t sustained_pressure_handler_thread_call; variable
442sustained_pressure_handler_thread_call = thread_call_allocate_with_options(sustained_pressure_hand… in memorystatus_notify_init()
1550 thread_call_cancel(sustained_pressure_handler_thread_call); in memorystatus_update_vm_pressure()
1562 thread_call_enter_delayed(sustained_pressure_handler_thread_call, kill_time); in memorystatus_update_vm_pressure()