/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/ |
D | threads_scenarii.c | 340 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/ |
D | threads_scenarii.c | 295 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/ |
D | threads_scenarii.c | 295 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/ |
D | threads_scenarii.c | 362 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/ |
D | pthread_attr_setscope.c | 8 case PTHREAD_SCOPE_PROCESS: in pthread_attr_setscope()
|
D | pthread_attr_get.c | 35 *scope = PTHREAD_SCOPE_PROCESS; in pthread_attr_getscope()
|
/third_party/musl/src/thread/ |
D | pthread_attr_setscope.c | 8 case PTHREAD_SCOPE_PROCESS: in pthread_attr_setscope()
|
/third_party/musl/porting/liteos_m/user/src/thread/ |
D | pthread_attr_setscope.c | 9 case PTHREAD_SCOPE_PROCESS: in pthread_attr_setscope()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/ |
D | 2-2-buildonly.c | 46 TEST_MACRO(PTHREAD_SCOPE_PROCESS)
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_attr_setscope.c | 42 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/ |
D | 5-1.c | 40 rc2 = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/ |
D | 15-1.c | 46 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
|
D | 22-1.c | 62 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
|
D | 15-2.c | 52 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
|
D | 22-2.c | 61 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
D | 21-2.c | 56 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
|
D | 21-1.c | 56 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
|
D | 20-1.c | 52 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getscope/ |
D | 1-1.c | 29 #define PROCESSSCOPE PTHREAD_SCOPE_PROCESS
|
/third_party/musl/porting/liteos_m/user/include/ |
D | pthread.h | 52 #define PTHREAD_SCOPE_PROCESS 1 macro
|
/third_party/musl/include/ |
D | pthread.h | 52 #define PTHREAD_SCOPE_PROCESS 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | pthread.h | 51 #define PTHREAD_SCOPE_PROCESS 1 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | pthread.h | 51 #define PTHREAD_SCOPE_PROCESS 1 macro
|
/third_party/musl/libc-test/src/api/ |
D | pthread.c | 49 C(PTHREAD_SCOPE_PROCESS) in f()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | pthread.h | 51 #define PTHREAD_SCOPE_PROCESS 1 macro
|