Searched refs:pthread_getattr_np (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/bionic/ |
D | pthread_attr.cpp | 244 int pthread_getattr_np(pthread_t t, pthread_attr_t* attr) { in pthread_getattr_np() function
|
/bionic/libc/include/ |
D | pthread.h | 164 int pthread_getattr_np(pthread_t __pthread, pthread_attr_t* __attr);
|
/bionic/tests/ |
D | pthread_test.cpp | 240 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/ |
D | libc.map.txt | 787 pthread_getattr_np;
|
/bionic/libc/ |
D | libc.map.txt | 787 pthread_getattr_np;
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_113.S | 2119 CALL(pthread_getattr_np)
|