Home
last modified time | relevance | path

Searched refs:pthread_attr_getstacksize (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/libs/native_bridge_support/libc/
H A Dstubs_arm.cpp79 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_attr_getstacksize);
172 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_attr_getstacksize); in init_stub_library()
H A Dstubs_arm64.cpp80 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 Dpthread_attr.cpp139 int pthread_attr_getstacksize(const pthread_attr_t* attr, size_t* stack_size) { in pthread_attr_getstacksize() function
/aosp12/bionic/tests/
H A Dpthread_test.cpp740 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 Dpthread_h.c98 FUNCTION(pthread_attr_getstacksize, int (*f)(const pthread_attr_t*, size_t*)); in pthread_h()
/aosp12/bionic/libc/include/
H A Dpthread.h105 int pthread_attr_getstacksize(const pthread_attr_t* __attr, size_t* __size);
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt724 pthread_attr_getstacksize
/aosp12/bionic/libc/
H A Dlibc.map.txt758 pthread_attr_getstacksize;
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt758 pthread_attr_getstacksize;