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

/bionic/libc/bionic/
H A Dpthread_attr.cpp168 int pthread_getattr_np(pthread_t t, pthread_attr_t* attr) { function
/bionic/tests/
H A Dpthread_test.cpp160 ASSERT_EQ(0, pthread_getattr_np(t, &attr));
535 pthread_getattr_np(pthread_self(), &attributes);
551 pthread_getattr_np(pthread_self(), &attributes);
828 ASSERT_EQ(0, pthread_getattr_np(pthread_self(), &attributes));
889 ASSERT_EQ(0, pthread_getattr_np(pthread_self(), &attributes));
903 ASSERT_EQ(0, pthread_getattr_np(pthread_self(), &attributes));
/bionic/libc/include/
H A Dpthread.h183 int pthread_getattr_np(pthread_t, pthread_attr_t*) __nonnull((2));

Completed in 26 milliseconds