Searched refs:trylock (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.h61 void MutexAfterLock(Thread *thr, uptr m, bool writelock, bool trylock);
H A Ddd_rtl.cpp124 void MutexAfterLock(Thread *thr, uptr m, bool writelock, bool trylock) { argument
132 ctx->dd->MutexAfterLock(&cb, &h->dd, writelock, trylock);
H A Ddd_interceptors.cpp247 void __dsan_after_mutex_lock(uptr m, int writelock, int trylock) { argument
250 MutexAfterLock(thr, m, writelock, trylock);
/freebsd-11-stable/sys/kern/
H A Dkern_rmlock.c346 _rm_rlock_hard(struct rmlock *rm, struct rm_priotracker *tracker, int trylock) argument
398 if (trylock) {
431 _rm_rlock(struct rmlock *rm, struct rm_priotracker *tracker, int trylock) argument
469 return _rm_rlock_hard(rm, tracker, trylock);
632 int trylock, const char *file, int line)
639 if (!(rm->lock_object.lo_flags & LO_RECURSABLE) && !trylock) {
653 if (!trylock) {
661 if (_rm_rlock(rm, tracker, trylock)) {
662 if (trylock)
671 } else if (trylock)
631 _rm_rlock_debug(struct rmlock *rm, struct rm_priotracker *tracker, int trylock, const char *file, int line) argument
715 _rm_rlock_debug(struct rmlock *rm, struct rm_priotracker *tracker, int trylock, const char *file, int line) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h83 bool trylock) {}
82 MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) argument
H A Dsanitizer_deadlock_detector1.cpp51 bool trylock) override;
152 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) { argument
167 if (!trylock)
H A Dsanitizer_deadlock_detector2.cpp95 bool trylock);
269 bool trylock) {
271 cb->lt->ctx, m, wlock, trylock, cb->lt->nlocked);
289 if (!trylock)
268 MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) argument
/freebsd-11-stable/sys/sys/
H A Drmlock.h59 int trylock, const char *file, int line);
66 int trylock);

Completed in 168 milliseconds