Searched refs:CurrentStackId (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_sync.cc | 34 creation_stack_id = CurrentStackId(thr, pc); in Init() 68 b->stk = CurrentStackId(thr, pc); in AllocBlock()
|
D | tsan_rtl_mutex.cc | 39 u32 Unwind() override { return CurrentStackId(thr, pc); } in Unwind() 80 s->creation_stack_id = CurrentStackId(thr, pc); in MutexCreate() 418 thr->last_sleep_stack_id = CurrentStackId(thr, pc); in AfterSleep()
|
D | tsan_rtl.cc | 463 u32 CurrentStackId(ThreadState *thr, uptr pc) { in CurrentStackId() function 949 thr->mop_ignore_set.Add(CurrentStackId(thr, pc)); in ThreadIgnoreBegin() 971 thr->sync_ignore_set.Add(CurrentStackId(thr, pc)); in ThreadIgnoreSyncBegin()
|
D | tsan_fd.cc | 111 d->creation_stack = CurrentStackId(thr, pc); in init()
|
D | tsan_rtl_thread.cc | 62 creation_stack_id = CurrentStackId(args->thr, args->pc); in OnCreated()
|
D | tsan_rtl.h | 607 u32 CurrentStackId(ThreadState *thr, uptr pc);
|