HomeSort by: relevance | last modified time | path
    Searched refs:RestoreStack (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl_report.cpp 390 void RestoreStack(Tid tid, const u64 epoch, VarSizeStackTrace *stk,
405 DPrintf("#%d: RestoreStack epoch=%zu ebegin=%zu eend=%zu partidx=%d\n",
535 bool RestoreStack(Tid tid, EventType type, Sid sid, Epoch epoch, uptr addr,
541 DPrintf2("RestoreStack: tid=%u sid=%u@%u addr=0x%zx/%zu typ=%x\n", tid,
900 RestoreStack(s2.tid(), s2.epoch(), &traces[1], mset2, &tags[1]);
tsan_rtl.h 396 void RestoreStack(Tid tid, const u64 epoch, VarSizeStackTrace *stk,
673 bool RestoreStack(Tid tid, EventType type, Sid sid, Epoch epoch, uptr addr,
tsan_rtl_mutex.cpp 120 RestoreStack(last.tid(), last.epoch(), &trace, 0);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_report.cc 379 void RestoreStack(int tid, const u64 epoch, VarSizeStackTrace *stk,
394 DPrintf("#%d: RestoreStack epoch=%zu ebegin=%zu eend=%zu partidx=%d\n",
667 RestoreStack(s2.tid(), s2.epoch(), &traces[1], mset2, &tags[1]);
tsan_rtl.h 624 void RestoreStack(int tid, const u64 epoch, VarSizeStackTrace *stk,
tsan_rtl_mutex.cc 119 RestoreStack(last.tid(), last.epoch(), &trace, 0);
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl_report.cpp 432 bool RestoreStack(EventType type, Sid sid, Epoch epoch, uptr addr, uptr size,
438 DPrintf2("RestoreStack: sid=%u@%u addr=0x%zx/%zu typ=%x\n",
469 DPrintf2("RestoreStack: tid=%d trace=%p no trace parts\n", tid, trace);
484 DPrintf2("RestoreStack: tid=%d parts=[%p-%p] last_pos=%p\n", tid,
764 // We need to lock the slot during RestoreStack because it protects
771 if (!RestoreStack(EventType::kAccessExt, s[1].sid(), s[1].epoch(), addr1,
tsan_rtl.h 323 // RestoreStack will return false and we will not report it.
334 // for which RestoreStack returned false. Then it is used to filter out
345 // 2. When RestoreStack returns false for a legit memory access because it
350 // we will also wrongly filter it out while RestoreStack would actually
694 bool RestoreStack(EventType type, Sid sid, Epoch epoch, uptr addr, uptr size,
tsan_rtl_mutex.cpp 556 // We need to lock the slot during RestoreStack because it protects
570 if (!RestoreStack(EventType::kLock, last_lock.sid(), last_lock.epoch(), addr,

Completed in 42 milliseconds