Searched refs:hw_lock_to_internal (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | locks.c | 870 hw_lock_to_internal(hw_lock_t lock, thread_t thread, uint64_t timeout, in hw_lock_to_internal() function 894 (void)hw_lock_to_internal(lock, thread, 0, hw_lock_timeout_panic LCK_GRP_ARG(grp)); 907 (void)hw_lock_to_internal(lock, thread, 0, hw_lock_timeout_panic LCK_GRP_ARG(grp)); 924 return (unsigned)hw_lock_to_internal(lock, thread, timeout, handler LCK_GRP_ARG(grp)); 941 return (unsigned)hw_lock_to_internal(lock, thread, timeout, handler LCK_GRP_ARG(grp));
|