Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/i386/ !
H A Dlocks_i386.c1940 uint64_t window_deadline, sliding_deadline, high_deadline; in lck_mtx_lock_spinwait_x86() local
1975 high_deadline = start_time + high_MutexSpin; in lck_mtx_lock_spinwait_x86()
1977 high_deadline = start_time + low_MutexSpin * real_ncpus; in lck_mtx_lock_spinwait_x86()
2014 if (cur_time >= high_deadline) { in lck_mtx_lock_spinwait_x86()
2137 delta = high_deadline - cur_time; in lck_mtx_lock_spinwait_x86()