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/libc/include/
Dpthread.h164 int pthread_getattr_np(pthread_t __pthread, pthread_attr_t* __attr);
/bionic/tests/
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()
/bionic/tools/versioner/platforms/
Dlibc.map.txt787 pthread_getattr_np;
/bionic/libc/
Dlibc.map.txt787 pthread_getattr_np;
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_113.S2119 CALL(pthread_getattr_np)