Searched defs:trylock (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| 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()
|
| H A D | kern_rangelock.c | 219 struct mtx *ilk, bool trylock) in rangelock_enqueue()
|
| /freebsd-14.2/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-14.2/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()
|