Lines Matching defs:opts
278 __mtx_lock_flags(volatile uintptr_t *c, int opts, const char *file, int line) in __mtx_lock_flags()
312 __mtx_unlock_flags(volatile uintptr_t *c, int opts, const char *file, int line) in __mtx_unlock_flags()
337 __mtx_lock_spin_flags(volatile uintptr_t *c, int opts, const char *file, in __mtx_lock_spin_flags()
378 __mtx_trylock_spin_flags(volatile uintptr_t *c, int opts, const char *file, in __mtx_trylock_spin_flags()
407 __mtx_unlock_spin_flags(volatile uintptr_t *c, int opts, const char *file, in __mtx_unlock_spin_flags()
495 _mtx_trylock_flags_(volatile uintptr_t *c, int opts, const char *file, int line) in _mtx_trylock_flags_()
511 __mtx_lock_sleep(volatile uintptr_t *c, uintptr_t v, int opts, const char *file, in __mtx_lock_sleep()
725 _mtx_lock_spin_cookie(volatile uintptr_t *c, uintptr_t v, int opts, in _mtx_lock_spin_cookie()
827 thread_lock_validate(struct mtx *m, int opts, const char *file, int line) in thread_lock_validate()
842 #define thread_lock_validate(m, opts, file, line) do { } while (0) argument
848 _thread_lock(struct thread *td, int opts, const char *file, int line) in _thread_lock()
885 thread_lock_flags_(struct thread *td, int opts, const char *file, int line) in thread_lock_flags_()
1037 __mtx_unlock_sleep(volatile uintptr_t *c, uintptr_t v, int opts, in __mtx_unlock_sleep()
1154 _mtx_init(volatile uintptr_t *c, const char *name, const char *type, int opts) in _mtx_init()