Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_sync.cc34 creation_stack_id = CurrentStackId(thr, pc); in Init()
63 b->stk = CurrentStackId(thr, pc); in AllocBlock()
Dtsan_rtl_mutex.cc40 return CurrentStackId(thr, pc); in Unwind()
84 s->creation_stack_id = CurrentStackId(thr, pc); in MutexCreate()
421 thr->last_sleep_stack_id = CurrentStackId(thr, pc); in AfterSleep()
Dtsan_rtl.cc438 u32 CurrentStackId(ThreadState *thr, uptr pc) { in CurrentStackId() function
938 thr->mop_ignore_set.Add(CurrentStackId(thr, pc)); in ThreadIgnoreBegin()
960 thr->sync_ignore_set.Add(CurrentStackId(thr, pc)); in ThreadIgnoreSyncBegin()
Dtsan_fd.cc110 d->creation_stack = CurrentStackId(thr, pc); in init()
Dtsan_rtl_thread.cc62 creation_stack_id = CurrentStackId(args->thr, args->pc); in OnCreated()
Dtsan_rtl.h574 u32 CurrentStackId(ThreadState *thr, uptr pc);