Searched refs:MapThreadTrace (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_rtl.cpp | 82 MapThreadTrace(GetThreadTrace(tid), TraceSize() * sizeof(Event), name); in CreateThreadContext() 85 MapThreadTrace(hdr, sizeof(Trace), name); in CreateThreadContext() 358 void MapThreadTrace(uptr addr, uptr size, const char *name) { in MapThreadTrace() function
|
| H A D | tsan_rtl.h | 429 void MapThreadTrace(uptr addr, uptr size, const char *name);
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl.h | 481 void MapThreadTrace(uptr addr, uptr size, const char *name);
|