Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/native_bridge_support/libc/
H A Dstubs_arm.cpp92 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_getattr_np);
185 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_getattr_np); in init_stub_library()
H A Dstubs_arm64.cpp93 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_getattr_np);
188 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_getattr_np); in init_stub_library()
/aosp12/bionic/libc/bionic/
H A Dpthread_attr.cpp244 int pthread_getattr_np(pthread_t t, pthread_attr_t* attr) { in pthread_getattr_np() function
/aosp12/bionic/tests/
H A Dpthread_test.cpp240 ASSERT_EQ(0, pthread_getattr_np(t, &attr)); in AssertDetached()
724 pthread_getattr_np(pthread_self(), &attributes); in GetActualGuardSizeFn()
739 pthread_getattr_np(pthread_self(), &attributes); in GetActualStackSizeFn()
1720 ASSERT_EQ(0, pthread_getattr_np(pthread_self(), &attributes)); in TEST()
1780 ASSERT_EQ(0, pthread_getattr_np(pthread_self(), &attributes)); in TEST()
1794 ASSERT_EQ(0, pthread_getattr_np(pthread_self(), &attributes)); in TEST()
1818 ASSERT_EQ(0, pthread_getattr_np(pthread_self(), &attr)); in getstack_signal_handler()
1858 ASSERT_EQ(0, pthread_getattr_np(pthread_self(), &attr)); in TEST()
1879 pthread_getattr_np(pthread_self(), &attributes); in pthread_attr_getstack_18908062_helper()
/aosp12/bionic/libc/include/
H A Dpthread.h164 int pthread_getattr_np(pthread_t __pthread, pthread_attr_t* __attr);
/aosp12/bionic/libc/
H A Dlibc.map.txt787 pthread_getattr_np;
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt787 pthread_getattr_np;
/aosp12/bionic/benchmarks/linker_relocation/gen/
H A Dliblinker_reloc_bench_113.S2119 CALL(pthread_getattr_np)
/aosp12/art/runtime/
H A Dthread.cc1263 CHECK_PTHREAD_CALL(pthread_getattr_np, (thread, &attributes), __FUNCTION__); in GetThreadStack()