Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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);
/third_party/skia/third_party/externals/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);
/third_party/skia/third_party/externals/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) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFrameLowering.cpp215 size_t StackSizeInBytes) { in WindowsRequiresStackProbe() argument
223 return (StackSizeInBytes >= StackProbeSize) && in WindowsRequiresStackProbe()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp432 uint64_t StackSizeInBytes) { in windowsRequiresStackProbe() argument
444 return (StackSizeInBytes >= StackProbeSize) && in windowsRequiresStackProbe()