Searched refs:StackSizeInBytes (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | thread.h | 81 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 D | Threading.inc | 61 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 D | Threading.inc | 29 std::optional<unsigned> StackSizeInBytes) { 30 HANDLE hThread = (HANDLE)::_beginthreadex(NULL, StackSizeInBytes.value_or(0),
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMFrameLowering.cpp | 584 size_t StackSizeInBytes) { in WindowsRequiresStackProbe() argument 591 return (StackSizeInBytes >= StackProbeSize) && in WindowsRequiresStackProbe()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.cpp | 868 uint64_t StackSizeInBytes) { in windowsRequiresStackProbe() argument 877 return (StackSizeInBytes >= StackProbeSize) && in windowsRequiresStackProbe()
|