Searched refs:StackSizeInBytes (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | Threading.cpp | 43 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 D | Threading.h | 70 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 D | Threading.inc | 65 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 D | Threading.inc | 40 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 D | ARMFrameLowering.cpp | 289 size_t StackSizeInBytes) { in WindowsRequiresStackProbe() argument 297 return (StackSizeInBytes >= StackProbeSize) && in WindowsRequiresStackProbe()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64FrameLowering.cpp | 633 uint64_t StackSizeInBytes) { in windowsRequiresStackProbe() argument 645 return (StackSizeInBytes >= StackProbeSize) && in windowsRequiresStackProbe()
|