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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dlocks.h341 extern void lck_mtx_lock_wait(
H A Dlocks.c529 * Routine: lck_mtx_lock_wait
537 lck_mtx_lock_wait ( function
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Di386_lock.s846 call EXT(lck_mtx_lock_wait) /* wait for the lock */
1449 * N.B.: lck_mtx_lock_wait is called here with interrupts disabled
1452 call EXT(lck_mtx_lock_wait) /* wait for the lock */
1660 * N.B.: lck_mtx_lock_wait is called here with interrupts disabled
1663 call EXT(lck_mtx_lock_wait) /* wait for the lock */
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhw_lock.s1204 bl EXT(lck_mtx_lock_wait) ; Wait for our turn at the lock

Completed in 36 milliseconds