Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cc177 static const int kHandlerStackSize = 8192; variable
199 InternalMmapVector<char> handler_stack_memory(kHandlerStackSize); in TracerThread()
203 handler_stack.ss_size = kHandlerStackSize; in TracerThread()
H A Dsanitizer_stoptheworld_linux_libcdep.cc289 static const int kHandlerStackSize = 8192; variable
314 InternalMmapVector<char> handler_stack_memory(kHandlerStackSize); in TracerThread()
318 handler_stack.ss_size = kHandlerStackSize; in TracerThread()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp177 static const int kHandlerStackSize = 8192; variable
199 InternalMmapVector<char> handler_stack_memory(kHandlerStackSize); in TracerThread()
203 handler_stack.ss_size = kHandlerStackSize; in TracerThread()
H A Dsanitizer_stoptheworld_linux_libcdep.cpp275 static const int kHandlerStackSize = 8192; variable
298 InternalMmapVector<char> handler_stack_memory(kHandlerStackSize); in TracerThread()
302 handler_stack.ss_size = kHandlerStackSize; in TracerThread()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc275 static const int kHandlerStackSize = 8192; variable
298 InternalMmapVector<char> handler_stack_memory(kHandlerStackSize); in TracerThread()
302 handler_stack.ss_size = kHandlerStackSize; in TracerThread()