| /freebsd-14.2/sys/kern/ |
| H A D | kern_rmlock.c | 401 if (trylock) { in _rm_rlock_hard() 434 _rm_rlock(struct rmlock *rm, struct rm_priotracker *tracker, int trylock) in _rm_rlock() argument 468 return _rm_rlock_hard(rm, tracker, trylock); in _rm_rlock() 635 int trylock, const char *file, int line) in _rm_rlock_debug() argument 642 if (!(rm->lock_object.lo_flags & LO_RECURSABLE) && !trylock) { in _rm_rlock_debug() 656 if (!trylock) { in _rm_rlock_debug() 664 if (_rm_rlock(rm, tracker, trylock)) { in _rm_rlock_debug() 665 if (trylock) in _rm_rlock_debug() 674 } else if (trylock) in _rm_rlock_debug() 719 int trylock, const char *file, int line) in _rm_rlock_debug() argument [all …]
|
| H A D | kern_rangelock.c | 219 struct mtx *ilk, bool trylock) in rangelock_enqueue() argument 255 if (trylock) { in rangelock_enqueue()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_deadlock_detector1.cpp | 51 bool trylock) override; 152 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) { in MutexAfterLock() argument 167 if (!trylock) in MutexAfterLock()
|
| H A D | sanitizer_deadlock_detector2.cpp | 95 bool trylock); 267 bool trylock) { in MutexAfterLock() argument 269 cb->lt->ctx, m, wlock, trylock, cb->lt->nlocked); in MutexAfterLock() 287 if (!trylock) in MutexAfterLock()
|
| H A D | sanitizer_deadlock_detector_interface.h | 86 bool trylock) {} in MutexAfterLock()
|
| /freebsd-14.2/sys/sys/ |
| H A D | rmlock.h | 60 int trylock, const char *file, int line); 67 int trylock);
|
| /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() argument 132 ctx->dd->MutexAfterLock(&cb, &h->dd, writelock, trylock); in MutexAfterLock()
|
| H A D | dd_rtl.h | 61 void MutexAfterLock(Thread *thr, uptr m, bool writelock, bool trylock);
|
| H A D | dd_interceptors.cpp | 248 void __dsan_after_mutex_lock(uptr m, int writelock, int trylock) { in __dsan_after_mutex_lock() argument 251 MutexAfterLock(thr, m, writelock, trylock); in __dsan_after_mutex_lock()
|
| /freebsd-14.2/contrib/jemalloc/ |
| H A D | ChangeLog | 106 - Optimize the trylock spin wait. (@djwatson)
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog-2.0 | 873 o Revise the locking API: deprecate the old locking callbacks and add trylock. (347952f)
|
| /freebsd-14.2/contrib/libevent/ |
| H A D | ChangeLog-2.0 | 873 o Revise the locking API: deprecate the old locking callbacks and add trylock. (347952f)
|