Home
last modified time | relevance | path

Searched refs:pthread_attr_getscope (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/bionic/
Dpthread_attr.cpp196 int pthread_attr_getscope(const pthread_attr_t*, int* scope) { in pthread_attr_getscope() function
/bionic/libc/include/
Dpthread.h123 int pthread_attr_getscope(const pthread_attr_t*, int*) __nonnull((1, 2));
/bionic/libc/tools/
Dposix-2013.txt722 pthread_attr_getscope
/bionic/tests/
Dpthread_test.cpp985 TEST(pthread, pthread_attr_getscope) { in TEST() argument
990 ASSERT_EQ(0, pthread_attr_getscope(&attr, &scope)); in TEST()
/bionic/libc/
Dlibc.map856 pthread_attr_getscope;