Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDThreading.cpp43 llvm::Optional<unsigned> StackSizeInBytes) { in llvm_execute_on_thread() argument
44 (void)StackSizeInBytes; in llvm_execute_on_thread()
63 llvm::Optional<unsigned> StackSizeInBytes) { in llvm_execute_on_thread_async() argument
65 (void)StackSizeInBytes; in llvm_execute_on_thread_async()
73 llvm::Optional<unsigned> StackSizeInBytes) { in llvm_execute_on_thread_async() argument
74 (void)StackSizeInBytes; in llvm_execute_on_thread_async()
127 llvm::Optional<unsigned> StackSizeInBytes) { in llvm_execute_on_thread() argument
130 llvm_execute_on_thread_impl(threadFuncSync, &Info, StackSizeInBytes, in llvm_execute_on_thread()
136 llvm::Optional<unsigned> StackSizeInBytes) { in llvm_execute_on_thread_async() argument
139 StackSizeInBytes, JoiningPolicy::Detach); in llvm_execute_on_thread_async()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDThreading.h69 llvm::Optional<unsigned> StackSizeInBytes = llvm::None);
84 llvm::Optional<unsigned> StackSizeInBytes = llvm::None);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
HDThreading.inc38 llvm::Optional<unsigned> StackSizeInBytes,
41 NULL, StackSizeInBytes.getValueOr(0), ThreadFunc, Arg, 0, NULL);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
HDThreading.inc59 llvm::Optional<unsigned> StackSizeInBytes,
76 if (StackSizeInBytes) {
77 if ((errnum = ::pthread_attr_setstacksize(&Attr, *StackSizeInBytes)) != 0) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64FrameLowering.cpp450 uint64_t StackSizeInBytes) { in windowsRequiresStackProbe() argument
462 return (StackSizeInBytes >= StackProbeSize) && in windowsRequiresStackProbe()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMFrameLowering.cpp215 size_t StackSizeInBytes) { in WindowsRequiresStackProbe() argument
223 return (StackSizeInBytes >= StackProbeSize) && in WindowsRequiresStackProbe()