Home
last modified time | relevance | path

Searched defs:DefaultStackSize (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Support/
H A DThreading.cpp90 const std::optional<unsigned> llvm::thread::DefaultStackSize; member in llvm::thread
85 const std::optional<unsigned> llvm::thread::DefaultStackSize = 8 * 1024 * 1024; global() member in llvm::thread
92 const std::optional<unsigned> llvm::thread::DefaultStackSize; global() member in llvm::thread
/llvm-project/compiler-rt/test/asan/TestCases/Posix/
H A Dunpoison-alternate-stack.cpp141 size_t const DefaultStackSize = in main() local
/llvm-project/llvm/include/llvm/Support/
H A Dthread.h70 static const std::optional<unsigned> DefaultStackSize; variable