Home
last modified time | relevance | path

Searched refs:PTHREAD_SCOPE_PROCESS (Results 1 - 25 of 29) sorted by relevance

12

/third_party/musl/src/thread/
H A Dpthread_attr_setscope.c9 case PTHREAD_SCOPE_PROCESS: in pthread_attr_setscope()
14 case PTHREAD_SCOPE_PROCESS: in pthread_attr_setscope()
H A Dpthread_attr_get.c36 *scope = PTHREAD_SCOPE_PROCESS; in pthread_attr_getscope()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A 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()
314 "PTHREAD_SCOPE_PROCESS" : in scenar_init()
319 PTHREAD_SCOPE_PROCESS ? in scenar_init()
320 "PTHREAD_SCOPE_PROCESS" : in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
H A 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()
314 "PTHREAD_SCOPE_PROCESS" : in scenar_init()
319 PTHREAD_SCOPE_PROCESS ? in scenar_init()
320 "PTHREAD_SCOPE_PROCESS" : in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
H A 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()
358 "PTHREAD_SCOPE_PROCESS" : in scenar_init()
362 old == PTHREAD_SCOPE_PROCESS ? in scenar_init()
363 "PTHREAD_SCOPE_PROCESS" : in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
H A 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()
381 "PTHREAD_SCOPE_PROCESS" : in scenar_init()
386 PTHREAD_SCOPE_PROCESS ? in scenar_init()
387 "PTHREAD_SCOPE_PROCESS" : in scenar_init()
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_attr_setscope.c8 case PTHREAD_SCOPE_PROCESS: in pthread_attr_setscope()
H A Dpthread_attr_get.c35 *scope = PTHREAD_SCOPE_PROCESS; in pthread_attr_getscope()
/third_party/musl/porting/liteos_m/user/src/thread/
H A Dpthread_attr_setscope.c9 case PTHREAD_SCOPE_PROCESS: in pthread_attr_setscope()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
H A D2-2-buildonly.c46 TEST_MACRO(PTHREAD_SCOPE_PROCESS)
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_attr_setscope.c35 * @tc.desc : Set contention scope attribute in thread attributes object with PTHREAD_SCOPE_PROCESS
42 int ret = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in pthread_attr_setscope_0200()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
H A D15-1.c46 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
H A D15-2.c52 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
H A D22-2.c61 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
H A D22-1.c62 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setscope/
H A D5-1.c40 rc2 = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getscope/
H A D1-1.c29 #define PROCESSSCOPE PTHREAD_SCOPE_PROCESS
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
H A D21-1.c56 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
H A D21-2.c56 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
H A D20-1.c52 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
/third_party/musl/porting/uniproton/kernel/include/
H A Dpthread.h52 #define PTHREAD_SCOPE_PROCESS 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dpthread.h52 #define PTHREAD_SCOPE_PROCESS 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dpthread.h52 #define PTHREAD_SCOPE_PROCESS 1 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dpthread.h52 #define PTHREAD_SCOPE_PROCESS 1 macro
/third_party/musl/libc-test/src/api/
H A Dpthread.c49 C(PTHREAD_SCOPE_PROCESS) in f()

Completed in 11 milliseconds

12