reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
 1150   MemoryAccessRange(thr, pc, (uptr)c, sizeof(uptr), false);
 1151   MutexUnlock(thr, pc, (uptr)m);
 1152   CondMutexUnlockCtx arg = {si, thr, pc, m};
 1158     BlockingCall bc(thr);
 1162   if (res == errno_EOWNERDEAD) MutexRepair(thr, pc, (uptr)m);
 1163   MutexPostLock(thr, pc, (uptr)m, MutexFlagDoPreLockOnPostLock);