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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
H A Ddd_rtl.h62 void MutexAfterLock(Thread *thr, uptr m, bool writelock, bool trylock);
H A Ddd_rtl.cc125 void MutexAfterLock(Thread *thr, uptr m, bool writelock, bool trylock) { argument
133 ctx->dd->MutexAfterLock(&cb, &h->dd, writelock, trylock);
H A Ddd_interceptors.cc248 void __dsan_after_mutex_lock(uptr m, int writelock, int trylock) { argument
251 MutexAfterLock(thr, m, writelock, trylock);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h84 bool trylock) {}
83 MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) argument
H A Dsanitizer_deadlock_detector1.cc52 bool trylock) override;
153 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) { argument
168 if (!trylock)
H A Dsanitizer_deadlock_detector2.cc96 bool trylock);
270 bool trylock) {
272 cb->lt->ctx, m, wlock, trylock, cb->lt->nlocked);
290 if (!trylock)
269 MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) argument
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h82 bool trylock) {}
81 MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) argument
H A Dsanitizer_deadlock_detector1.cc50 bool trylock) override;
151 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) { argument
166 if (!trylock)
H A Dsanitizer_deadlock_detector2.cc94 bool trylock);
268 bool trylock) {
270 cb->lt->ctx, m, wlock, trylock, cb->lt->nlocked);
288 if (!trylock)
267 MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) argument
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h86 bool trylock) {}
85 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);
267 bool trylock) {
269 cb->lt->ctx, m, wlock, trylock, cb->lt->nlocked);
287 if (!trylock)
266 MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) argument
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_device.c4173 static bool amdgpu_device_lock_adev(struct amdgpu_device *adev, bool trylock) argument
4175 if (trylock) {
4253 * Here we trylock to avoid chain of resets executing from

Completed in 124 milliseconds