Home
last modified time | relevance | path

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

12

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
Dthreads_scenarii.c340 if (old == PTHREAD_SCOPE_PROCESS) in scenar_init()
343 old = PTHREAD_SCOPE_PROCESS; in scenar_init()
357 old == PTHREAD_SCOPE_PROCESS ? in scenar_init()
362 old == PTHREAD_SCOPE_PROCESS ? in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
Dthreads_scenarii.c295 if (old == PTHREAD_SCOPE_PROCESS) in scenar_init()
298 old = PTHREAD_SCOPE_PROCESS; in scenar_init()
313 PTHREAD_SCOPE_PROCESS ? in scenar_init()
319 PTHREAD_SCOPE_PROCESS ? in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Dthreads_scenarii.c295 if (old == PTHREAD_SCOPE_PROCESS) in scenar_init()
298 old = PTHREAD_SCOPE_PROCESS; in scenar_init()
313 PTHREAD_SCOPE_PROCESS ? in scenar_init()
319 PTHREAD_SCOPE_PROCESS ? in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
Dthreads_scenarii.c362 if (old == PTHREAD_SCOPE_PROCESS) in scenar_init()
365 old = PTHREAD_SCOPE_PROCESS; in scenar_init()
380 PTHREAD_SCOPE_PROCESS ? in scenar_init()
386 PTHREAD_SCOPE_PROCESS ? in scenar_init()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_attr_setscope.c8 case PTHREAD_SCOPE_PROCESS: in pthread_attr_setscope()
Dpthread_attr_get.c35 *scope = PTHREAD_SCOPE_PROCESS; in pthread_attr_getscope()
/third_party/musl/src/thread/
Dpthread_attr_setscope.c8 case PTHREAD_SCOPE_PROCESS: in pthread_attr_setscope()
/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_attr_setscope.c9 case PTHREAD_SCOPE_PROCESS: in pthread_attr_setscope()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
D2-2-buildonly.c46 TEST_MACRO(PTHREAD_SCOPE_PROCESS)
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_attr_setscope.c42 int ret = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in pthread_attr_setscope_0200()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setscope/
D5-1.c40 rc2 = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
D15-1.c46 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
D22-1.c62 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
D15-2.c52 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
D22-2.c61 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
D21-2.c56 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
D21-1.c56 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
D20-1.c52 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getscope/
D1-1.c29 #define PROCESSSCOPE PTHREAD_SCOPE_PROCESS
/third_party/musl/porting/liteos_m/user/include/
Dpthread.h52 #define PTHREAD_SCOPE_PROCESS 1 macro
/third_party/musl/include/
Dpthread.h52 #define PTHREAD_SCOPE_PROCESS 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dpthread.h51 #define PTHREAD_SCOPE_PROCESS 1 macro
/third_party/musl/porting/uniproton/kernel/include/
Dpthread.h51 #define PTHREAD_SCOPE_PROCESS 1 macro
/third_party/musl/libc-test/src/api/
Dpthread.c49 C(PTHREAD_SCOPE_PROCESS) in f()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpthread.h51 #define PTHREAD_SCOPE_PROCESS 1 macro

12