Searched refs:CurrentStackId (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/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_fd.cpp | 123 d->creation_stack = CurrentStackId(thr, pc); in init() 250 d->creation_stack = CurrentStackId(thr, pc); in FdClose()
|
| 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 | 887 StackID CurrentStackId(ThreadState *thr, uptr pc) { in CurrentStackId() function 1040 thr->mop_ignore_set.Add(CurrentStackId(thr, pc)); in ThreadIgnoreBegin() 1070 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_rtl.h | 514 StackID CurrentStackId(ThreadState *thr, uptr pc);
|