Home
last modified time | relevance | path

Searched refs:StackSizeInBytes (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A Dthread.h81 explicit thread(std::optional<unsigned> StackSizeInBytes, Function &&f,
118 std::optional<unsigned> StackSizeInBytes);
125 thread::thread(std::optional<unsigned> StackSizeInBytes, Function &&f, in thread() argument
132 StackSizeInBytes); in thread()
169 explicit thread(std::optional<unsigned> StackSizeInBytes, Function &&f,
222 explicit thread(std::optional<unsigned> StackSizeInBytes, Function &&f, in thread()
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/
H A DThreading.inc61 std::optional<unsigned> StackSizeInBytes) {
77 if (StackSizeInBytes) {
78 if ((errnum = ::pthread_attr_setstacksize(&Attr, *StackSizeInBytes)) != 0) {
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DThreading.inc29 std::optional<unsigned> StackSizeInBytes) {
30 HANDLE hThread = (HANDLE)::_beginthreadex(NULL, StackSizeInBytes.value_or(0),
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp584 size_t StackSizeInBytes) { in WindowsRequiresStackProbe() argument
591 return (StackSizeInBytes >= StackProbeSize) && in WindowsRequiresStackProbe()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp868 uint64_t StackSizeInBytes) { in windowsRequiresStackProbe() argument
877 return (StackSizeInBytes >= StackProbeSize) && in windowsRequiresStackProbe()