Home
last modified time | relevance | path

Searched defs:creation_stack_id (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cpp51 uptr addr, StackID creation_stack_id) { in ReportMutexMisuse() argument
101 StackID creation_stack_id; in MutexDestroy() local
170 StackID creation_stack_id in MutexPostLock() local
220 StackID creation_stack_id; MutexUnlock() local
287 StackID creation_stack_id = kInvalidStackID; MutexPostReadLock() local
329 StackID creation_stack_id; MutexReadUnlock() local
370 StackID creation_stack_id; MutexReadOrWriteUnlock() local
430 StackID creation_stack_id = kInvalidStackID; MutexInvalidAccess() local
555 ReportDestroyLocked(ThreadState * thr,uptr pc,uptr addr,FastState last_lock,StackID creation_stack_id) ReportDestroyLocked() argument
[all...]
H A Dtsan_sync.h57 StackID creation_stack_id; member
H A Dtsan_rtl_report.cpp264 int ScopedReportBase::AddMutex(uptr addr, StackID creation_stack_id) { in AddMutex()
H A Dtsan_rtl.h269 StackID creation_stack_id; variable