Searched refs:CurrentStackId (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_sync.cpp | 28 creation_stack_id = CurrentStackId(thr, pc); in Init() 53 b->stk = CurrentStackId(thr, pc); in AllocBlock()
|
| H A D | tsan_rtl_mutex.cpp | 40 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 D | tsan_rtl.cpp | 884 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 D | tsan_rtl_thread.cpp | 122 arg.stack = CurrentStackId(thr, pc); in ThreadCreate()
|
| H A D | tsan_fd.cpp | 122 d->creation_stack = CurrentStackId(thr, pc); in init()
|
| H A D | tsan_rtl.h | 511 StackID CurrentStackId(ThreadState *thr, uptr pc);
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_sync.cpp | 31 creation_stack_id = CurrentStackId(thr, pc); in Init() 65 b->stk = CurrentStackId(thr, pc); in AllocBlock()
|
| H A D | tsan_rtl.cpp | 600 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 D | tsan_rtl_mutex.cpp | 38 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 D | tsan_rtl_thread.cpp | 138 creation_stack_id = CurrentStackId(args->thr, args->pc); in OnCreated()
|
| H A D | tsan_fd.cpp | 112 d->creation_stack = CurrentStackId(thr, pc); in init()
|
| H A D | tsan_rtl.h | 458 StackID CurrentStackId(ThreadState *thr, uptr pc);
|