Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DThreading.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()
/external/llvm-project/llvm/lib/Support/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DThreading.h69 llvm::Optional<unsigned> StackSizeInBytes = llvm::None);
84 llvm::Optional<unsigned> StackSizeInBytes = llvm::None);
/external/llvm-project/llvm/include/llvm/Support/
DThreading.h70 llvm::Optional<unsigned> StackSizeInBytes = llvm::None);
85 llvm::Optional<unsigned> StackSizeInBytes = llvm::None);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DThreading.inc38 llvm::Optional<unsigned> StackSizeInBytes,
41 NULL, StackSizeInBytes.getValueOr(0), ThreadFunc, Arg, 0, NULL);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DThreading.inc59 llvm::Optional<unsigned> StackSizeInBytes,
76 if (StackSizeInBytes) {
77 if ((errnum = ::pthread_attr_setstacksize(&Attr, *StackSizeInBytes)) != 0) {
/external/llvm-project/llvm/lib/Support/Unix/
DThreading.inc65 llvm::Optional<unsigned> StackSizeInBytes,
82 if (StackSizeInBytes) {
83 if ((errnum = ::pthread_attr_setstacksize(&Attr, *StackSizeInBytes)) != 0) {
/external/llvm-project/llvm/lib/Support/Windows/
DThreading.inc40 llvm::Optional<unsigned> StackSizeInBytes,
43 NULL, StackSizeInBytes.getValueOr(0), ThreadFunc, Arg, 0, NULL);
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp171 size_t StackSizeInBytes) { in WindowsRequiresStackProbe() argument
179 return StackSizeInBytes >= StackProbeSize; in WindowsRequiresStackProbe()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFrameLowering.cpp215 size_t StackSizeInBytes) { in WindowsRequiresStackProbe() argument
223 return (StackSizeInBytes >= StackProbeSize) && in WindowsRequiresStackProbe()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp432 uint64_t StackSizeInBytes) { in windowsRequiresStackProbe() argument
444 return (StackSizeInBytes >= StackProbeSize) && in windowsRequiresStackProbe()
/external/llvm-project/llvm/lib/Target/ARM/
DARMFrameLowering.cpp194 size_t StackSizeInBytes) { in WindowsRequiresStackProbe() argument
202 return (StackSizeInBytes >= StackProbeSize) && in WindowsRequiresStackProbe()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp571 uint64_t StackSizeInBytes) { in windowsRequiresStackProbe() argument
583 return (StackSizeInBytes >= StackProbeSize) && in windowsRequiresStackProbe()