Home
last modified time | relevance | path

Searched defs:trylock (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/sys/kern/
H A Dkern_rmlock.c349 _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 Dkern_rangelock.c218 rangelock_enqueue(struct rangelock * lock,off_t start,off_t end,int mode,struct mtx * ilk,bool trylock) rangelock_enqueue() argument
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp124 void MutexAfterLock(Thread *thr, uptr m, bool writelock, bool trylock) { in MutexAfterLock()
H A Ddd_interceptors.cpp248 void __dsan_after_mutex_lock(uptr m, int writelock, int trylock) { in __dsan_after_mutex_lock()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cpp152 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) { in MutexAfterLock()
H A Dsanitizer_deadlock_detector2.cpp267 bool trylock) { in MutexAfterLock()