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

/freebsd-10.0-release/sys/sys/
H A Dmutex.h100 void __mtx_lock_sleep(volatile uintptr_t *c, uintptr_t tid, int opts,
141 __mtx_lock_sleep(&(m)->mtx_lock, t, o, f, l)
/freebsd-10.0-release/sys/kern/
H A Dkern_mutex.c365 * __mtx_lock_sleep: the tougher part of acquiring an MTX_DEF lock.
371 __mtx_lock_sleep(volatile uintptr_t *c, uintptr_t tid, int opts, function

Completed in 62 milliseconds