OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReportMutexMisuse
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_mutex.cc
49
static void
ReportMutexMisuse
(ThreadState *thr, uptr pc, ReportType typ,
207
ReportMutexMisuse
(thr, pc, ReportTypeMutexDoubleLock, addr, mid);
249
ReportMutexMisuse
(thr, pc, ReportTypeMutexBadUnlock, addr, mid);
302
ReportMutexMisuse
(thr, pc, ReportTypeMutexBadReadLock, addr, mid);
334
ReportMutexMisuse
(thr, pc, ReportTypeMutexBadReadUnlock, addr, mid);
381
ReportMutexMisuse
(thr, pc, ReportTypeMutexBadUnlock, addr, mid);
401
ReportMutexMisuse
(thr, pc, ReportTypeMutexInvalidAccess, addr, mid);
/src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl_mutex.cpp
50
static void
ReportMutexMisuse
(ThreadState *thr, uptr pc, ReportType typ,
208
ReportMutexMisuse
(thr, pc, ReportTypeMutexDoubleLock, addr,
257
ReportMutexMisuse
(thr, pc, ReportTypeMutexBadUnlock, addr,
316
ReportMutexMisuse
(thr, pc, ReportTypeMutexBadReadLock, addr,
357
ReportMutexMisuse
(thr, pc, ReportTypeMutexBadReadUnlock, addr,
411
ReportMutexMisuse
(thr, pc, ReportTypeMutexBadUnlock, addr,
437
ReportMutexMisuse
(thr, pc, ReportTypeMutexInvalidAccess, addr,
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl_mutex.cpp
48
static void
ReportMutexMisuse
(ThreadState *thr, uptr pc, ReportType typ,
205
ReportMutexMisuse
(thr, pc, ReportTypeMutexDoubleLock, addr, mid);
247
ReportMutexMisuse
(thr, pc, ReportTypeMutexBadUnlock, addr, mid);
303
ReportMutexMisuse
(thr, pc, ReportTypeMutexBadReadLock, addr, mid);
336
ReportMutexMisuse
(thr, pc, ReportTypeMutexBadReadUnlock, addr, mid);
382
ReportMutexMisuse
(thr, pc, ReportTypeMutexBadUnlock, addr, mid);
400
ReportMutexMisuse
(thr, pc, ReportTypeMutexInvalidAccess, addr, s->GetId());
Completed in 23 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026