Home
last modified time | relevance | path

Searched refs:ProcWire (Results 1 – 8 of 8) sorted by relevance

/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_proc.cpp45 void ProcWire(Processor *proc, ThreadState *thr) { in ProcWire() function
H A Dtsan_platform_mac.cpp209 ProcWire(proc, thr); in ThreadCreateCallback()
H A Dtsan_rtl_thread.cpp338 ProcWire(proc, to); in FiberSwitchImpl()
H A Dtsan_mman.cpp108 ProcWire(gp->proc, thr); in ScopedGlobalProcessor()
H A Dtsan_rtl.h573 void ProcWire(Processor *proc, ThreadState *thr);
H A Dtsan_rtl.cpp710 ProcWire(proc, thr); in Initialize()
H A Dtsan_interceptors_posix.cpp1027 ProcWire(proc, thr); in TSAN_INTERCEPTOR()
/llvm-project/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_trace_test.cpp42 ProcWire(proc, thr); in ThreadArray()