Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_attr.cpp150 if (scope == PTHREAD_SCOPE_SYSTEM) { in pthread_attr_setscope()
160 return PTHREAD_SCOPE_SYSTEM; in pthread_attr_getscope()
/bionic/libc/include/
Dpthread.h104 #define PTHREAD_SCOPE_SYSTEM 0 macro