Home
last modified time | relevance | path

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

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