Searched refs:pthread_getattr_np (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/bionic/
H A Dpthread_attr.cpp170 int pthread_getattr_np(pthread_t t, pthread_attr_t* attr) { function
/bionic/libc/include/
H A Dpthread.h155 int pthread_getattr_np(pthread_t, pthread_attr_t*) __nonnull((2));
/bionic/tests/
H A Dpthread_test.cpp236 ASSERT_EQ(0, pthread_getattr_np(t, &attr));
555 pthread_getattr_np(pthread_self(), &attributes);
570 pthread_getattr_np(pthread_self(), &attributes);
1140 ASSERT_EQ(0, pthread_getattr_np(pthread_self(), &attributes));
1201 ASSERT_EQ(0, pthread_getattr_np(pthread_self(), &attributes));
1215 ASSERT_EQ(0, pthread_getattr_np(pthread_self(), &attributes));
1226 pthread_getattr_np(pthread_self(), &attributes);

Completed in 92 milliseconds