Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/i386/
H A Dlocks_i386.c469 uintptr_t lowner; in usimple_lock_acquire_timeout_panic() local
476 lowner = (uintptr_t)l->interlock.lock_data; in usimple_lock_acquire_timeout_panic()
477 lsti = lck_spinlock_timeout_hit(l, lowner); in usimple_lock_acquire_timeout_panic()
486 l, lowner, current_thread(), lsti->owner_cpu, in usimple_lock_acquire_timeout_panic()
H A Dmp.c845 uintptr_t lowner = (uintptr_t)lock->interlock.lock_data; in mp_safe_spin_lock() local
847 lsti = lck_spinlock_timeout_hit(lock, lowner); in mp_safe_spin_lock()
852 lock, lowner, current_thread(), in mp_safe_spin_lock()