Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc331 class ScopedStackSpaceWithGuard { class
333 explicit ScopedStackSpaceWithGuard(uptr stack_size) { in ScopedStackSpaceWithGuard() function in __sanitizer::ScopedStackSpaceWithGuard
342 ~ScopedStackSpaceWithGuard() { in ~ScopedStackSpaceWithGuard()
403 ScopedStackSpaceWithGuard tracer_stack(kTracerStackSize); in StopTheWorld()