Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DThreading.inc55 llvm::Optional<unsigned> StackSizeInBytes) {
71 if (StackSizeInBytes) {
72 if ((errnum = ::pthread_attr_setstacksize(&Attr, *StackSizeInBytes)) != 0) {
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DThreading.inc29 llvm::Optional<unsigned> StackSizeInBytes) {
30 HANDLE hThread = (HANDLE)::_beginthreadex(NULL, StackSizeInBytes.value_or(0),
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp556 size_t StackSizeInBytes) { in WindowsRequiresStackProbe() argument
564 return (StackSizeInBytes >= StackProbeSize) && in WindowsRequiresStackProbe()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp872 uint64_t StackSizeInBytes) { in windowsRequiresStackProbe() argument
884 return (StackSizeInBytes >= StackProbeSize) && in windowsRequiresStackProbe()