Lines Matching defs:mtx
33 _thr_umutex_init(struct umutex *mtx) in _thr_umutex_init()
49 __thr_umutex_lock(struct umutex *mtx, uint32_t id) in __thr_umutex_lock()
76 __thr_umutex_lock_spin(struct umutex *mtx, uint32_t id) in __thr_umutex_lock_spin()
109 __thr_umutex_timedlock(struct umutex *mtx, uint32_t id, in __thr_umutex_timedlock()
160 __thr_umutex_unlock(struct umutex *mtx) in __thr_umutex_unlock()
167 __thr_umutex_trylock(struct umutex *mtx) in __thr_umutex_trylock()
174 __thr_umutex_set_ceiling(struct umutex *mtx, uint32_t ceiling, in __thr_umutex_set_ceiling()
182 _thr_umtx_wait(volatile long *mtx, long id, const struct timespec *timeout) in _thr_umtx_wait()
193 _thr_umtx_wait_uint(volatile u_int *mtx, u_int id, in _thr_umtx_wait_uint()
206 _thr_umtx_timedwait_uint(volatile u_int *mtx, u_int id, int clockid, in _thr_umtx_timedwait_uint()
229 _thr_umtx_wake(volatile void *mtx, int nr_wakeup, int shared) in _thr_umtx_wake()