Home
last modified time | relevance | path

Searched refs:PTHREAD_SCOPE_SYSTEM (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/bionic/
Dpthread_attr.cpp216 if (scope == PTHREAD_SCOPE_SYSTEM) { in pthread_attr_setscope()
226 *scope = PTHREAD_SCOPE_SYSTEM; in pthread_attr_getscope()
/bionic/libc/include/
Dpthread.h131 #define PTHREAD_SCOPE_SYSTEM 0 macro
/bionic/tests/
Dpthread_test.cpp1058 ASSERT_EQ(PTHREAD_SCOPE_SYSTEM, scope); in TEST()