Searched refs:CurrentStackId (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_sync.cpp | 30 creation_stack_id = CurrentStackId(thr, pc); in Init() 64 b->stk = CurrentStackId(thr, pc); in AllocBlock()
|
| H A D | tsan_rtl_mutex.cpp | 38 u32 Unwind() override { return CurrentStackId(thr, pc); } in Unwind() 77 s->creation_stack_id = CurrentStackId(thr, pc); in MutexCreate() 475 thr->last_sleep_stack_id = CurrentStackId(thr, pc); in AfterSleep()
|
| H A D | tsan_rtl.cpp | 591 u32 CurrentStackId(ThreadState *thr, uptr pc) { in CurrentStackId() function 1079 thr->mop_ignore_set.Add(CurrentStackId(thr, pc)); in ThreadIgnoreBegin() 1109 thr->sync_ignore_set.Add(CurrentStackId(thr, pc)); in ThreadIgnoreSyncBegin()
|
| H A D | tsan_fd.cpp | 112 d->creation_stack = CurrentStackId(thr, pc); in init()
|
| H A D | tsan_rtl_thread.cpp | 63 creation_stack_id = CurrentStackId(args->thr, args->pc); in OnCreated()
|
| H A D | tsan_rtl.h | 685 u32 CurrentStackId(ThreadState *thr, uptr pc);
|