Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dsys_ulock.c171 static int ull_simulate_copyin_fault = 0; variable
628 …if (((ull_simulate_copyin_fault == proc_getpid(p)) || (ull_simulate_copyin_fault == 1)) && (copy_r… in ulock_wait2()
861 ull_simulate_copyin_fault = (int)(args->wake_value); in ulock_wake()