Home
last modified time | relevance | path

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

/aosp12/bionic/libc/bionic/
H A Dpthread_attr.cpp265 if (scope == PTHREAD_SCOPE_PROCESS) { in pthread_attr_setscope()
/aosp12/bionic/tests/headers/posix/
H A Dpthread_h.c68 MACRO(PTHREAD_SCOPE_PROCESS); in pthread_h()
/aosp12/bionic/libc/include/
H A Dpthread.h93 #define PTHREAD_SCOPE_PROCESS 1 macro