Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_attr.cpp244 int pthread_getattr_np(pthread_t t, pthread_attr_t* attr) { in pthread_getattr_np() function
/bionic/tests/
Dpthread_test.cpp266 ASSERT_EQ(0, pthread_getattr_np(t, &attr)); in AssertDetached()
750 pthread_getattr_np(pthread_self(), &attributes); in GetActualGuardSizeFn()
765 pthread_getattr_np(pthread_self(), &attributes); in GetActualStackSizeFn()
1760 ASSERT_EQ(0, pthread_getattr_np(pthread_self(), &attributes)); in TEST()
1820 ASSERT_EQ(0, pthread_getattr_np(pthread_self(), &attributes)); in TEST()
1834 ASSERT_EQ(0, pthread_getattr_np(pthread_self(), &attributes)); in TEST()
1858 ASSERT_EQ(0, pthread_getattr_np(pthread_self(), &attr)); in getstack_signal_handler()
1898 ASSERT_EQ(0, pthread_getattr_np(pthread_self(), &attr)); in TEST()
1919 pthread_getattr_np(pthread_self(), &attributes); in pthread_attr_getstack_18908062_helper()
/bionic/libc/include/
Dpthread.h166 int pthread_getattr_np(pthread_t __pthread, pthread_attr_t* _Nonnull __attr);
/bionic/libc/
Dlibc.map.txt787 pthread_getattr_np;
/bionic/tools/versioner/platforms/
Dlibc.map.txt787 pthread_getattr_np;
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_113.S2119 CALL(pthread_getattr_np)