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/tests/ |
D | pthread_test.cpp | 238 ASSERT_EQ(0, pthread_getattr_np(t, &attr)); in AssertDetached() 725 pthread_getattr_np(pthread_self(), &attributes); in GetActualGuardSizeFn() 740 pthread_getattr_np(pthread_self(), &attributes); in GetActualStackSizeFn() 1721 ASSERT_EQ(0, pthread_getattr_np(pthread_self(), &attributes)); in TEST() 1781 ASSERT_EQ(0, pthread_getattr_np(pthread_self(), &attributes)); in TEST() 1795 ASSERT_EQ(0, pthread_getattr_np(pthread_self(), &attributes)); in TEST() 1819 ASSERT_EQ(0, pthread_getattr_np(pthread_self(), &attr)); in getstack_signal_handler() 1859 ASSERT_EQ(0, pthread_getattr_np(pthread_self(), &attr)); in TEST() 1880 pthread_getattr_np(pthread_self(), &attributes); in pthread_attr_getstack_18908062_helper()
|
/bionic/libc/include/ |
D | pthread.h | 164 int pthread_getattr_np(pthread_t __pthread, pthread_attr_t* __attr);
|
/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)
|