Searched refs:creation_stack_id (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_mutex.cpp | 27 FastState last_lock, StackID creation_stack_id); 51 uptr addr, StackID creation_stack_id) { in ReportMutexMisuse() argument 60 rep.AddMutex(addr, creation_stack_id); in ReportMutexMisuse() 94 if (!SANITIZER_GO && s->creation_stack_id == kInvalidStackID) in MutexCreate() 95 s->creation_stack_id = CurrentStackId(thr, pc); in MutexCreate() 101 StackID creation_stack_id; in MutexDestroy() local 110 creation_stack_id = s->creation_stack_id; in MutexDestroy() 135 ReportDestroyLocked(thr, pc, addr, last_lock, creation_stack_id); in MutexDestroy() 170 StackID creation_stack_id = kInvalidStackID; in MutexPostLock() local 174 creation_stack_id = s->creation_stack_id; in MutexPostLock() [all …]
|
H A D | tsan_rtl_thread.cpp | 45 if (leaks[i].tctx->creation_stack_id == tctx->creation_stack_id) { in CollectThreadLeaks() 63 PrintStack(SymbolizeStackId(tctx->creation_stack_id)); in ReportIgnoresEnabled() 139 creation_stack_id = args->stack; in OnCreated()
|
H A D | tsan_sync.cpp | 28 creation_stack_id = CurrentStackId(thr, pc); in Init() 35 creation_stack_id = kInvalidStackID; in Reset()
|
H A D | tsan_sync.h | 57 StackID creation_stack_id; member
|
H A D | tsan_rtl_report.cpp | 220 rt->stack = SymbolizeStackId(tctx->creation_stack_id); in AddThread() 264 int ScopedReportBase::AddMutex(uptr addr, StackID creation_stack_id) { in AddMutex() argument 273 rm->stack = SymbolizeStackId(creation_stack_id); in AddMutex()
|
H A D | tsan_rtl.h | 269 StackID creation_stack_id; variable 415 int AddMutex(uptr addr, StackID creation_stack_id);
|