Home
last modified time | relevance | path

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

/aosp12/bionic/libc/bionic/
H A Dpthread_attr.cpp262 if (scope == PTHREAD_SCOPE_SYSTEM) { in pthread_attr_setscope()
273 *scope = PTHREAD_SCOPE_SYSTEM; in pthread_attr_getscope()
/aosp12/bionic/tests/headers/posix/
H A Dpthread_h.c69 MACRO(PTHREAD_SCOPE_SYSTEM); in pthread_h()
/aosp12/bionic/libc/include/
H A Dpthread.h92 #define PTHREAD_SCOPE_SYSTEM 0 macro
/aosp12/system/extras/ioshark/
H A Dioshark_bench.c608 pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM); in ioshark_pthread_create()
/aosp12/bionic/tests/
H A Dpthread_test.cpp1410 ASSERT_EQ(PTHREAD_SCOPE_SYSTEM, scope); in TEST()