HomeSort by: relevance | last modified time | path
    Searched defs:CurrentStackId (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl.cpp 891 StackID CurrentStackId(ThreadState *thr, uptr pc) {
1044 thr->mop_ignore_set.Add(CurrentStackId(thr, pc));
1074 thr->sync_ignore_set.Add(CurrentStackId(thr, pc));
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl.cpp 554 StackID CurrentStackId(ThreadState *thr, uptr pc) {
688 thr->mop_ignore_set.Add(CurrentStackId(thr, pc));
718 thr->sync_ignore_set.Add(CurrentStackId(thr, pc));
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.cc 534 u32 CurrentStackId(ThreadState *thr, uptr pc) {
1024 thr->mop_ignore_set.Add(CurrentStackId(thr, pc));
1054 thr->sync_ignore_set.Add(CurrentStackId(thr, pc));

Completed in 19 milliseconds