Home
last modified time | relevance | path

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

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