Searched defs:get_stack_size (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/mesa3d/src/mapi/glapi/gen/ | ||
H A D | gl_x86_asm.py | 44 def get_stack_size(self, f): member in PrintGenericStubs |
H A D | gl_gentable.py | 146 def get_stack_size(self, f): member in PrintCode |
H A D | gl_x86-64_asm.py | 113 def get_stack_size(self, f): member in PrintGenericStubs |
H A D | typeexpr.py | 253 def get_stack_size(self): member in type_expression |
H A D | gl_XML.py | 552 def get_stack_size(self): member in gl_parameter |
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/win32/ | ||
D | thread_data.hpp | 51 std::size_t get_stack_size() const BOOST_NOEXCEPT { in get_stack_size() function in boost::thread_attributes |
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/pthread/ | ||
D | thread_data.hpp | 68 std::size_t get_stack_size() const BOOST_NOEXCEPT { in get_stack_size() function in boost::thread_attributes |
/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/ | ||
D | lib.rs | 590 fn get_stack_size(&self) -> Option<usize> { in get_stack_size() method |