Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/i386/
H A Dlocks_i386.c467 uintptr_t lowner; in usimple_lock_acquire_timeout_panic() local
474 lowner = (uintptr_t)l->interlock.lock_data; in usimple_lock_acquire_timeout_panic()
475 lsti = lck_spinlock_timeout_hit(l, lowner); in usimple_lock_acquire_timeout_panic()
484 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()