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

/bionic/libc/bionic/
H A Dpthread_attr.cpp183 int pthread_attr_getscope(const pthread_attr_t*, int* scope) { function
/bionic/libc/include/
H A Dpthread.h151 int pthread_attr_getscope(const pthread_attr_t*, int*) __nonnull((1, 2));
/bionic/tests/
H A Dpthread_test.cpp735 TEST(pthread, pthread_attr_getscope) {
740 ASSERT_EQ(0, pthread_attr_getscope(&attr, &scope));

Completed in 101 milliseconds