HomeSort by relevance Sort by last modified time
    Searched refs:CurrentStackId (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_sync.cc 34 creation_stack_id = CurrentStackId(thr, pc);
68 b->stk = CurrentStackId(thr, pc);
tsan_rtl.cc 485 u32 CurrentStackId(ThreadState *thr, uptr pc) {
971 thr->mop_ignore_set.Add(CurrentStackId(thr, pc));
993 thr->sync_ignore_set.Add(CurrentStackId(thr, pc));
tsan_rtl_mutex.cc 39 u32 Unwind() override { return CurrentStackId(thr, pc); }
80 s->creation_stack_id = CurrentStackId(thr, pc);
429 thr->last_sleep_stack_id = CurrentStackId(thr, pc);
tsan_fd.cc 112 d->creation_stack = CurrentStackId(thr, pc);
tsan_rtl_thread.cc 64 creation_stack_id = CurrentStackId(args->thr, args->pc);
tsan_rtl.h 648 u32 CurrentStackId(ThreadState *thr, uptr pc);

Completed in 69 milliseconds