/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_rtl_report.cc | 386 const int partidx = (epoch / kTracePartSize) % TraceParts(); local in function:__tsan::RestoreStack 387 TraceHeader* hdr = &trace->headers[partidx]; 394 DPrintf("#%d: RestoreStack epoch=%zu ebegin=%zu eend=%zu partidx=%d\n", 395 tid, (uptr)epoch, (uptr)ebegin, (uptr)eend, partidx);
|
tsan_rtl_report.cc | 386 const int partidx = (epoch / kTracePartSize) % TraceParts(); local in function:__tsan::RestoreStack 387 TraceHeader* hdr = &trace->headers[partidx]; 394 DPrintf("#%d: RestoreStack epoch=%zu ebegin=%zu eend=%zu partidx=%d\n", 395 tid, (uptr)epoch, (uptr)ebegin, (uptr)eend, partidx);
|