Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DThreading.cpp96 const std::optional<unsigned> llvm::thread::DefaultStackSize = 8 * 1024 * 1024; member in llvm::thread
101 const std::optional<unsigned> llvm::thread::DefaultStackSize = 4 * 1024 * 1024; member in llvm::thread
103 const std::optional<unsigned> llvm::thread::DefaultStackSize; member in llvm::thread
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Dthread.h70 static const std::optional<unsigned> DefaultStackSize; variable
78 : thread(DefaultStackSize, f, args...) {} in thread()