Searched refs:DefaultStackSize (Results 1 – 2 of 2) sorted by relevance
96 const std::optional<unsigned> llvm::thread::DefaultStackSize = 8 * 1024 * 1024; member in llvm::thread101 const std::optional<unsigned> llvm::thread::DefaultStackSize = 4 * 1024 * 1024; member in llvm::thread103 const std::optional<unsigned> llvm::thread::DefaultStackSize; member in llvm::thread
70 static const std::optional<unsigned> DefaultStackSize; variable78 : thread(DefaultStackSize, f, args...) {} in thread()