Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp278 ScopedStackSpaceWithGuard tracer_stack(kTracerStackSize); in StopTheWorld() local
287 uptr tracer_pid = internal_clone(TracerThread, tracer_stack.Bottom(), in StopTheWorld()
H A Dsanitizer_stoptheworld_linux_libcdep.cpp403 ScopedStackSpaceWithGuard tracer_stack(kTracerStackSize); in StopTheWorld() local
432 TracerThread, tracer_stack.Bottom(), in StopTheWorld()