Searched refs:PTHREAD_SCOPE_PROCESS (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/ | ||
D | pthread.h | 101 #define PTHREAD_SCOPE_PROCESS 1 macro |
/bionic/libc/bionic/ | ||
D | pthread.c | 514 if (scope == PTHREAD_SCOPE_PROCESS) in pthread_attr_setscope() |