Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_sync.cc32 creation_stack_id = CurrentStackId(thr, pc); in Init()
66 b->stk = CurrentStackId(thr, pc); in AllocBlock()
H A Dtsan_rtl_mutex.cc37 u32 Unwind() override { return CurrentStackId(thr, pc); } in Unwind()
75 s->creation_stack_id = CurrentStackId(thr, pc); in MutexCreate()
469 thr->last_sleep_stack_id = CurrentStackId(thr, pc); in AfterSleep()
H A Dtsan_rtl.cc530 u32 CurrentStackId(ThreadState *thr, uptr pc) { in CurrentStackId() function
1020 thr->mop_ignore_set.Add(CurrentStackId(thr, pc)); in ThreadIgnoreBegin()
1050 thr->sync_ignore_set.Add(CurrentStackId(thr, pc)); in ThreadIgnoreSyncBegin()
H A Dtsan_fd.cc110 d->creation_stack = CurrentStackId(thr, pc); in init()
H A Dtsan_rtl_thread.cc62 creation_stack_id = CurrentStackId(args->thr, args->pc); in OnCreated()
H A Dtsan_rtl.h702 u32 CurrentStackId(ThreadState *thr, uptr pc);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_sync.cc34 creation_stack_id = CurrentStackId(thr, pc); in Init()
68 b->stk = CurrentStackId(thr, pc); in AllocBlock()
H A Dtsan_rtl_mutex.cc39 u32 Unwind() override { return CurrentStackId(thr, pc); } in Unwind()
77 s->creation_stack_id = CurrentStackId(thr, pc); in MutexCreate()
471 thr->last_sleep_stack_id = CurrentStackId(thr, pc); in AfterSleep()
H A Dtsan_rtl.cc534 u32 CurrentStackId(ThreadState *thr, uptr pc) { in CurrentStackId() function
1024 thr->mop_ignore_set.Add(CurrentStackId(thr, pc)); in ThreadIgnoreBegin()
1054 thr->sync_ignore_set.Add(CurrentStackId(thr, pc)); in ThreadIgnoreSyncBegin()
H A Dtsan_fd.cc112 d->creation_stack = CurrentStackId(thr, pc); in init()
H A Dtsan_rtl_thread.cc64 creation_stack_id = CurrentStackId(args->thr, args->pc); in OnCreated()
H A Dtsan_rtl.h706 u32 CurrentStackId(ThreadState *thr, uptr pc);
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_sync.cpp31 creation_stack_id = CurrentStackId(thr, pc); in Init()
65 b->stk = CurrentStackId(thr, pc); in AllocBlock()
H A Dtsan_rtl.cpp554 StackID CurrentStackId(ThreadState *thr, uptr pc) { in CurrentStackId() function
688 thr->mop_ignore_set.Add(CurrentStackId(thr, pc)); in ThreadIgnoreBegin()
718 thr->sync_ignore_set.Add(CurrentStackId(thr, pc)); in ThreadIgnoreSyncBegin()
H A Dtsan_rtl_mutex.cpp38 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 Dtsan_fd.cpp112 d->creation_stack = CurrentStackId(thr, pc); in init()
H A Dtsan_rtl_thread.cpp138 creation_stack_id = CurrentStackId(args->thr, args->pc); in OnCreated()
H A Dtsan_rtl.h462 StackID CurrentStackId(ThreadState *thr, uptr pc);