Searched defs:trylock (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_rangelock.c | 104 rangelock_cheat_lock(struct rangelock *lock, int locktype, bool trylock, in rangelock_cheat_lock() 525 rl_r_validate(struct rangelock *lock, struct rl_q_entry *e, bool trylock, in rl_r_validate() 572 bool trylock, struct rl_q_entry **free) in rl_w_validate() 617 rl_insert(struct rangelock *lock, struct rl_q_entry *e, bool trylock, in rl_insert() 685 rangelock_lock_int(struct rangelock *lock, bool trylock, vm_ooffset_t start, in rangelock_lock_int()
|
H A D | kern_rmlock.c | 349 _rm_rlock_hard(struct rmlock *rm, struct rm_priotracker *tracker, int trylock) in _rm_rlock_hard() 434 _rm_rlock(struct rmlock *rm, struct rm_priotracker *tracker, int trylock) in _rm_rlock() 635 int trylock, const char *file, int line) in _rm_rlock_debug() 719 int trylock, const char *file, int line) in _rm_rlock_debug()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
H A D | dd_rtl.cpp | 124 void MutexAfterLock(Thread *thr, uptr m, bool writelock, bool trylock) { in MutexAfterLock()
|
H A D | dd_interceptors.cpp | 248 void __dsan_after_mutex_lock(uptr m, int writelock, int trylock) { in __dsan_after_mutex_lock()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_deadlock_detector1.cpp | 152 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) { in MutexAfterLock()
|
H A D | sanitizer_deadlock_detector2.cpp | 267 bool trylock) { in MutexAfterLock()
|