Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dsimple_lock.h149 extern void hw_lock_assert(
H A Dlocks.c831 hw_lock_assert(__assert_only hw_lock_t lock, __assert_only unsigned int type) in hw_lock_assert() function
/xnu-12377.1.9/osfmk/i386/
H A Dlocks_i386.c630 hw_lock_assert(&l->interlock, type); in usimple_lock_assert()