Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Dthread.h84 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 DThreading.inc76 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 DThreading.inc30 std::optional<unsigned> StackSizeInBytes) {
31 HANDLE hThread = (HANDLE)::_beginthreadex(NULL, StackSizeInBytes.value_or(0),
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp722 size_t StackSizeInBytes) { in WindowsRequiresStackProbe() argument
729 return (StackSizeInBytes >= StackProbeSize) && in WindowsRequiresStackProbe()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp1074 uint64_t StackSizeInBytes) { in windowsRequiresStackProbe() argument
1080 StackSizeInBytes >= uint64_t(MFI.getStackProbeSize()); in windowsRequiresStackProbe()