Home
last modified time | relevance | path

Searched refs:CurrentStackId (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cpp28 creation_stack_id = CurrentStackId(thr, pc); in Init()
53 b->stk = CurrentStackId(thr, pc); in AllocBlock()
H A Dtsan_rtl_mutex.cpp40 StackID Unwind() override { return CurrentStackId(thr, pc); } in Unwind()
95 s->creation_stack_id = CurrentStackId(thr, pc); in MutexCreate()
520 thr->last_sleep_stack_id = CurrentStackId(thr, pc); in AfterSleep()
H A Dtsan_rtl.cpp884 StackID CurrentStackId(ThreadState *thr, uptr pc) { in CurrentStackId() function
1037 thr->mop_ignore_set.Add(CurrentStackId(thr, pc)); in ThreadIgnoreBegin()
1067 thr->sync_ignore_set.Add(CurrentStackId(thr, pc)); in ThreadIgnoreSyncBegin()
H A Dtsan_rtl_thread.cpp122 arg.stack = CurrentStackId(thr, pc); in ThreadCreate()
H A Dtsan_fd.cpp122 d->creation_stack = CurrentStackId(thr, pc); in init()
H A Dtsan_rtl.h511 StackID CurrentStackId(ThreadState *thr, uptr pc);
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_sync.cpp31 creation_stack_id = CurrentStackId(thr, pc); in Init()
65 b->stk = CurrentStackId(thr, pc); in AllocBlock()
H A Dtsan_rtl.cpp600 StackID CurrentStackId(ThreadState *thr, uptr pc) { in CurrentStackId() function
734 thr->mop_ignore_set.Add(CurrentStackId(thr, pc)); in ThreadIgnoreBegin()
764 thr->sync_ignore_set.Add(CurrentStackId(thr, pc)); in ThreadIgnoreSyncBegin()
H A Dtsan_rtl_mutex.cpp38 StackID Unwind() override { return CurrentStackId(thr, pc); } in Unwind()
79 s->creation_stack_id = CurrentStackId(thr, pc); in MutexCreate()
483 thr->last_sleep_stack_id = CurrentStackId(thr, pc); in AfterSleep()
H A Dtsan_rtl_thread.cpp138 creation_stack_id = CurrentStackId(args->thr, args->pc); in OnCreated()
H A Dtsan_fd.cpp112 d->creation_stack = CurrentStackId(thr, pc); in init()
H A Dtsan_rtl.h458 StackID CurrentStackId(ThreadState *thr, uptr pc);