Searched refs:pthread_attr_getstacksize (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/libs/native_bridge_support/libc/ |
H A D | stubs_arm.cpp | 79 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_attr_getstacksize); 172 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_attr_getstacksize); in init_stub_library()
|
H A D | stubs_arm64.cpp | 80 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_attr_getstacksize); 175 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_attr_getstacksize); in init_stub_library()
|
/aosp12/bionic/libc/bionic/ |
H A D | pthread_attr.cpp | 139 int pthread_attr_getstacksize(const pthread_attr_t* attr, size_t* stack_size) { in pthread_attr_getstacksize() function
|
/aosp12/bionic/tests/ |
H A D | pthread_test.cpp | 740 pthread_attr_getstacksize(&attributes, reinterpret_cast<size_t*>(arg)); in GetActualStackSizeFn() 808 ASSERT_EQ(0, pthread_attr_getstacksize(&attributes, &default_stack_size)); in TEST() 813 ASSERT_EQ(0, pthread_attr_getstacksize(&attributes, &stack_size)); in TEST() 819 ASSERT_EQ(0, pthread_attr_getstacksize(&attributes, &stack_size)); in TEST() 825 ASSERT_EQ(0, pthread_attr_getstacksize(&attributes, &stack_size)); in TEST() 1732 ASSERT_EQ(0, pthread_attr_getstacksize(&attributes, &stack_size2)); in TEST() 1782 ASSERT_EQ(0, pthread_attr_getstacksize(&attributes, &stack_size2)); in TEST() 1796 ASSERT_EQ(0, pthread_attr_getstacksize(&attributes, &stack_size2)); in TEST()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | pthread_h.c | 98 FUNCTION(pthread_attr_getstacksize, int (*f)(const pthread_attr_t*, size_t*)); in pthread_h()
|
/aosp12/bionic/libc/include/ |
H A D | pthread.h | 105 int pthread_attr_getstacksize(const pthread_attr_t* __attr, size_t* __size);
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 724 pthread_attr_getstacksize
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 758 pthread_attr_getstacksize;
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 758 pthread_attr_getstacksize;
|