Searched refs:StackSizeInBytes (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | thread.h | 86 explicit thread(llvm::Optional<unsigned> StackSizeInBytes, Function &&f, 123 llvm::Optional<unsigned> StackSizeInBytes); 130 thread::thread(llvm::Optional<unsigned> StackSizeInBytes, Function &&f, in thread() argument 139 StackSizeInBytes); in thread() 176 explicit thread(llvm::Optional<unsigned> StackSizeInBytes, Function &&f, 229 explicit thread(llvm::Optional<unsigned> StackSizeInBytes, Function &&f, in thread()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Threading.inc | 54 llvm::Optional<unsigned> StackSizeInBytes) { 70 if (StackSizeInBytes) { 71 if ((errnum = ::pthread_attr_setstacksize(&Attr, *StackSizeInBytes)) != 0) {
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Threading.inc | 29 llvm::Optional<unsigned> StackSizeInBytes) { 31 NULL, StackSizeInBytes.getValueOr(0), ThreadFunc, Arg, 0, NULL);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFrameLowering.cpp | 324 size_t StackSizeInBytes) { in WindowsRequiresStackProbe() argument 332 return (StackSizeInBytes >= StackProbeSize) && in WindowsRequiresStackProbe()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.cpp | 633 uint64_t StackSizeInBytes) { in windowsRequiresStackProbe() argument 645 return (StackSizeInBytes >= StackProbeSize) && in windowsRequiresStackProbe()
|