Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/i386/
H A Dlocks_i386.c471 uintptr_t lowner; in usimple_lock_acquire_timeout_panic() local
478 lowner = (uintptr_t)l->interlock.lock_data; in usimple_lock_acquire_timeout_panic()
479 lsti = lck_spinlock_timeout_hit(l, lowner); in usimple_lock_acquire_timeout_panic()
486 lowner, current_thread(), lsti->owner_cpu, in usimple_lock_acquire_timeout_panic()
H A Dmp.c843 uintptr_t lowner = (uintptr_t)lock->interlock.lock_data; in mp_safe_spin_lock() local
845 lsti = lck_spinlock_timeout_hit(lock, lowner); in mp_safe_spin_lock()
850 lock, lowner, current_thread(), in mp_safe_spin_lock()