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

/darwin-on-arm/xnu/osfmk/i386/
H A Dlocks_i386.c360 uintptr_t lowner = (uintptr_t)l->interlock.lock_data; local
362 lock_cpu = spinlock_timeout_NMI(lowner);
363 panic("Spinlock acquisition timed out: lock=%p, lock owner thread=0x%lx, current_thread: %p, lock owner active on CPU 0x%x, current owner: 0x%lx", l, lowner, current_thread(), lock_cpu, (uintptr_t)l->interlock.lock_data);

Completed in 22 milliseconds