Searched refs:MutexDestroy (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/dd/ |
| H A D | dd_interceptors.cpp | 45 MutexDestroy(thr, (uptr)m); in INTERCEPTOR() 74 MutexDestroy(thr, (uptr)m); in INTERCEPTOR() 102 MutexDestroy(thr, (uptr)m); in INTERCEPTOR() 265 MutexDestroy(thr, m); in __dsan_mutex_destroy()
|
| H A D | dd_rtl.cpp | 148 void MutexDestroy(Thread *thr, uptr m) { in MutexDestroy() function 155 ctx->dd->MutexDestroy(&cb, &h->dd); in MutexDestroy()
|
| H A D | dd_rtl.h | 63 void MutexDestroy(Thread *thr, uptr m);
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_deadlock_detector1.cpp | 53 void MutexDestroy(DDCallback *cb, DDMutex *m) override; 177 void DD::MutexDestroy(DDCallback *cb, in MutexDestroy() function in __sanitizer::DD
|
| H A D | sanitizer_deadlock_detector_interface.h | 88 virtual void MutexDestroy(DDCallback *cb, DDMutex *m) {} in MutexDestroy() function
|
| H A D | sanitizer_deadlock_detector2.cpp | 97 void MutexDestroy(DDCallback *cb, DDMutex *m); 323 void DD::MutexDestroy(DDCallback *cb, DDMutex *m) { in MutexDestroy() function in __sanitizer::DD
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interface_ann.cpp | 185 MutexDestroy(thr, pc, m); in AnnotateRWLockDestroy() 359 MutexDestroy(thr, pc, (uptr)m, flagz); in __tsan_mutex_destroy()
|
| H A D | tsan_rtl_mutex.cpp | 98 void MutexDestroy(ThreadState *thr, uptr pc, uptr addr, u32 flagz) { in MutexDestroy() function 119 ctx->dd->MutexDestroy(&cb, &s->dd); in MutexDestroy()
|
| H A D | tsan_rtl.h | 579 void MutexDestroy(ThreadState *thr, uptr pc, uptr addr, u32 flagz = 0);
|
| H A D | tsan_interceptors_posix.cpp | 1361 MutexDestroy(thr, pc, (uptr)m); in TSAN_INTERCEPTOR() 1451 MutexDestroy(thr, pc, (uptr)m); in TSAN_INTERCEPTOR() 1496 MutexDestroy(thr, pc, (uptr)m); in TSAN_INTERCEPTOR()
|