Home
last modified time | relevance | path

Searched refs:pthread_attr_getguardsize (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/libs/native_bridge_support/libc/
H A Dstubs_arm.cpp73 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_attr_getguardsize);
166 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_attr_getguardsize); in init_stub_library()
H A Dstubs_arm64.cpp74 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_attr_getguardsize);
169 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_attr_getguardsize); in init_stub_library()
/aosp12/bionic/libc/bionic/
H A Dpthread_attr.cpp238 int pthread_attr_getguardsize(const pthread_attr_t* attr, size_t* guard_size) { in pthread_attr_getguardsize() function
/aosp12/bionic/tests/headers/posix/
H A Dpthread_h.c92 FUNCTION(pthread_attr_getguardsize, int (*f)(const pthread_attr_t*, size_t*)); in pthread_h()
/aosp12/bionic/libc/include/
H A Dpthread.h99 int pthread_attr_getguardsize(const pthread_attr_t* __attr, size_t* __size);
/aosp12/bionic/tests/
H A Dpthread_test.cpp725 pthread_attr_getguardsize(&attributes, reinterpret_cast<size_t*>(arg)); in GetActualGuardSizeFn()
759 ASSERT_EQ(0, pthread_attr_getguardsize(&attributes, &guard_size)); in TEST()
771 ASSERT_EQ(0, pthread_attr_getguardsize(&attributes, &guard_size)); in TEST()
783 ASSERT_EQ(0, pthread_attr_getguardsize(&attributes, &guard_size)); in TEST()
797 ASSERT_EQ(0, pthread_attr_getguardsize(&attributes, &guard_size)); in TEST()
1724 ASSERT_EQ(0, pthread_attr_getguardsize(&attributes, &guard_size)); in TEST()
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt718 pthread_attr_getguardsize
/aosp12/bionic/libc/
H A Dlibc.map.txt753 pthread_attr_getguardsize;
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt753 pthread_attr_getguardsize;
/aosp12/art/runtime/
H A Dthread.cc1259 CHECK_PTHREAD_CALL(pthread_attr_getguardsize, (&attributes, guard_size), __FUNCTION__); in GetThreadStack()
1265 CHECK_PTHREAD_CALL(pthread_attr_getguardsize, (&attributes, guard_size), __FUNCTION__); in GetThreadStack()