Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Dsys_ulock.c176 static int ull_simulate_copyin_fault = 0; variable
634 …if (((ull_simulate_copyin_fault == proc_getpid(p)) || (ull_simulate_copyin_fault == 1)) && (copy_r… in sys_ulock_wait2()
861 ull_simulate_copyin_fault = (int)(args->wake_value); in sys_ulock_wake()