Home
last modified time | relevance | path

Searched refs:creation_stack_id (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cpp101 StackID creation_stack_id; in MutexDestroy() local
110 creation_stack_id = s->creation_stack_id; in MutexDestroy()
174 creation_stack_id = s->creation_stack_id; in MutexPostLock()
220 StackID creation_stack_id; in MutexUnlock() local
230 creation_stack_id = s->creation_stack_id; in MutexUnlock()
291 creation_stack_id = s->creation_stack_id; in MutexPostReadLock()
329 StackID creation_stack_id; in MutexReadUnlock() local
337 creation_stack_id = s->creation_stack_id; in MutexReadUnlock()
370 StackID creation_stack_id; in MutexReadOrWriteUnlock() local
379 creation_stack_id = s->creation_stack_id; in MutexReadOrWriteUnlock()
[all …]
H A Dtsan_rtl_thread.cpp45 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 Dtsan_sync.cpp28 creation_stack_id = CurrentStackId(thr, pc); in Init()
35 creation_stack_id = kInvalidStackID; in Reset()
H A Dtsan_sync.h57 StackID creation_stack_id; member
H A Dtsan_rtl_report.cpp220 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 Dtsan_rtl.h269 StackID creation_stack_id; variable
415 int AddMutex(uptr addr, StackID creation_stack_id);