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

  /external/compiler-rt/lib/tsan/rtl/
tsan_sync.cc 255 void StackTrace::ObtainCurrent(ThreadState *thr, uptr toppc) {
258 if (n_ + !!toppc == 0)
263 if (n_ + !!toppc > c_) {
264 start = n_ - c_ + !!toppc;
265 n_ = c_ - !!toppc;
269 (n_ + !!toppc) * sizeof(s_[0]));
273 if (toppc) {
274 s_[n_] = toppc;
tsan_sync.h 36 void ObtainCurrent(ThreadState *thr, uptr toppc);
tsan_rtl_report.cc 665 const uptr toppc = TraceTopPC(thr); local
666 traces[0].ObtainCurrent(thr, toppc);

Completed in 31 milliseconds