/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_attr_setscope.c | 28 int ret = pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM); in pthread_attr_setscope_0100() 42 int ret = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in pthread_attr_setscope_0200() 56 int ret = pthread_attr_setscope(&attr, -1); in pthread_attr_setscope_0300()
|
D | test_src_functionalext_supplement_thread.gni | 67 "pthread_attr_setscope",
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setscope/ |
D | 5-1.c | 39 rc1 = pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM); in main() 40 rc2 = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
|
D | coverage.txt | 1 This document defines the coverage for the pthread_attr_setscope function:
|
D | 4-1.c | 40 rc = pthread_attr_setscope(&attr, INVALIDSCOPE); in main()
|
D | 1-1.c | 50 rc = pthread_attr_setscope(&attr, CONSCOPE); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getscope/ |
D | 1-1.c | 69 rc = pthread_attr_setscope(&attr, SYSTEMSCOPE); in main() 75 rc = pthread_attr_setscope(&attr, PROCESSSCOPE); in main()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_attr_setscope.c | 3 int pthread_attr_setscope(pthread_attr_t *a, int scope) in pthread_attr_setscope() function
|
/third_party/musl/porting/liteos_m/user/src/thread/ |
D | pthread_attr_setscope.c | 4 _LIBC_TEXT_SECTION int pthread_attr_setscope(pthread_attr_t *a, int scope) in pthread_attr_setscope() function
|
/third_party/musl/src/thread/ |
D | pthread_attr_setscope.c | 3 int pthread_attr_setscope(pthread_attr_t *a, int scope) in pthread_attr_setscope() function
|
/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 | 22-2.c | 61 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()
|
/third_party/musl/porting/liteos_m/user/include/ |
D | usr_lib_define.h | 42 #define pthread_attr_setscope b_pthread_attr_setscope macro
|
D | usr_lib.h | 6 USR_LIBC_FUNC_DEF(int, pthread_attr_setscope, pthread_attr_t *attr, int scope)
|
D | usr_lib_ops.h | 44 int (*pthread_attr_setscope)(pthread_attr_t *attr, int scope); member
|
D | pthread.h | 158 int pthread_attr_setscope(pthread_attr_t *, int);
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
D | 20-1.c | 52 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
|
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()
|
/third_party/ltp/testcases/kernel/ipc/semaphore/ |
D | sem02.c | 95 pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM); in main()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/ |
D | semop05.c | 95 pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM); in main()
|
/third_party/musl/porting/liteos_m/user/hook/ |
D | los_usr_libc.c | 60 int pthread_attr_setscope(pthread_attr_t *attr, int scope) in pthread_attr_setscope() function 62 return g_usrLibc->pthread_attr_setscope(attr, scope); in pthread_attr_setscope()
|
/third_party/musl/porting/liteos_m/user/src/ |
D | BUILD.gn | 60 "thread/pthread_attr_setscope.c",
|