Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A Dthread.h86 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 DThreading.inc54 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 DThreading.inc29 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 DARMFrameLowering.cpp324 size_t StackSizeInBytes) { in WindowsRequiresStackProbe() argument
332 return (StackSizeInBytes >= StackProbeSize) && in WindowsRequiresStackProbe()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp633 uint64_t StackSizeInBytes) { in windowsRequiresStackProbe() argument
645 return (StackSizeInBytes >= StackProbeSize) && in windowsRequiresStackProbe()