Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DThreading.cpp85 const std::optional<unsigned> llvm::thread::DefaultStackSize = 8 * 1024 * 1024; member in llvm::thread
87 const std::optional<unsigned> llvm::thread::DefaultStackSize; member in llvm::thread
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A Dthread.h70 static const std::optional<unsigned> DefaultStackSize; variable
78 : thread(DefaultStackSize, f, args...) {} in thread()