Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/i386/
H A Dlocks_i386.c1896 uint64_t window_deadline, sliding_deadline, high_deadline; in lck_mtx_lock_spinwait_x86() local
1931 high_deadline = start_time + high_MutexSpin; in lck_mtx_lock_spinwait_x86()
1933 high_deadline = start_time + low_MutexSpin * real_ncpus; in lck_mtx_lock_spinwait_x86()
1970 if (cur_time >= high_deadline) { in lck_mtx_lock_spinwait_x86()
2093 delta = high_deadline - cur_time; in lck_mtx_lock_spinwait_x86()