Searched refs:StackSizeInBytes (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | thread.h | 84 explicit thread(std::optional<unsigned> StackSizeInBytes, Function &&f, 121 std::optional<unsigned> StackSizeInBytes); 128 thread::thread(std::optional<unsigned> StackSizeInBytes, Function &&f, in thread() argument 135 StackSizeInBytes); in thread() 172 explicit thread(std::optional<unsigned> StackSizeInBytes, Function &&f, 226 explicit thread(std::optional<unsigned> StackSizeInBytes, Function &&f, in thread()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Threading.inc | 76 std::optional<unsigned> StackSizeInBytes) { 92 if (StackSizeInBytes) { 93 if ((errnum = ::pthread_attr_setstacksize(&Attr, *StackSizeInBytes)) != 0) {
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Threading.inc | 30 std::optional<unsigned> StackSizeInBytes) { 31 HANDLE hThread = (HANDLE)::_beginthreadex(NULL, StackSizeInBytes.value_or(0),
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFrameLowering.cpp | 722 size_t StackSizeInBytes) { in WindowsRequiresStackProbe() argument 729 return (StackSizeInBytes >= StackProbeSize) && in WindowsRequiresStackProbe()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.cpp | 1074 uint64_t StackSizeInBytes) { in windowsRequiresStackProbe() argument 1080 StackSizeInBytes >= uint64_t(MFI.getStackProbeSize()); in windowsRequiresStackProbe()
|