Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/i386/
H A Dlocks_i386.c1934 uint64_t window_deadline, sliding_deadline, high_deadline; in lck_mtx_lock_spinwait_x86() local
1969 high_deadline = start_time + high_MutexSpin; in lck_mtx_lock_spinwait_x86()
1971 high_deadline = start_time + low_MutexSpin * real_ncpus; in lck_mtx_lock_spinwait_x86()
2008 if (cur_time >= high_deadline) { in lck_mtx_lock_spinwait_x86()
2131 delta = high_deadline - cur_time; in lck_mtx_lock_spinwait_x86()