Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DThreading.cpp43 llvm::Optional<unsigned> StackSizeInBytes) { in llvm_execute_on_thread() argument
44 (void)StackSizeInBytes; in llvm_execute_on_thread()
66 llvm::Optional<unsigned> StackSizeInBytes) { in llvm_execute_on_thread_async() argument
68 (void)StackSizeInBytes; in llvm_execute_on_thread_async()
76 llvm::Optional<unsigned> StackSizeInBytes) { in llvm_execute_on_thread_async() argument
77 (void)StackSizeInBytes; in llvm_execute_on_thread_async()
118 llvm::Optional<unsigned> StackSizeInBytes) { in llvm_execute_on_thread() argument
121 llvm_execute_on_thread_impl(threadFuncSync, &Info, StackSizeInBytes, in llvm_execute_on_thread()
127 llvm::Optional<unsigned> StackSizeInBytes) { in llvm_execute_on_thread_async() argument
130 StackSizeInBytes, JoiningPolicy::Detach); in llvm_execute_on_thread_async()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DThreading.h70 llvm::Optional<unsigned> StackSizeInBytes = llvm::None);
85 llvm::Optional<unsigned> StackSizeInBytes = llvm::None);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DThreading.inc65 llvm::Optional<unsigned> StackSizeInBytes,
82 if (StackSizeInBytes) {
83 if ((errnum = ::pthread_attr_setstacksize(&Attr, *StackSizeInBytes)) != 0) {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DThreading.inc40 llvm::Optional<unsigned> StackSizeInBytes,
43 NULL, StackSizeInBytes.getValueOr(0), ThreadFunc, Arg, 0, NULL);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp289 size_t StackSizeInBytes) { in WindowsRequiresStackProbe() argument
297 return (StackSizeInBytes >= StackProbeSize) && in WindowsRequiresStackProbe()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp633 uint64_t StackSizeInBytes) { in windowsRequiresStackProbe() argument
645 return (StackSizeInBytes >= StackProbeSize) && in windowsRequiresStackProbe()