Home
last modified time | relevance | path

Searched refs:MapThreadTrace (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp86 MapThreadTrace(GetThreadTrace(tid), TraceSize() * sizeof(Event), name); in CreateThreadContext()
89 MapThreadTrace(hdr, sizeof(Trace), name); in CreateThreadContext()
317 void MapThreadTrace(uptr addr, uptr size, const char *name) { in MapThreadTrace() function
H A Dtsan_rtl.h655 void MapThreadTrace(uptr addr, uptr size, const char *name);