Home
last modified time | relevance | path

Searched refs:pthread_attr_setscope (Results 1 – 25 of 46) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_attr_setscope.c28 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()
Dtest_src_functionalext_supplement_thread.gni67 "pthread_attr_setscope",
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setscope/
D5-1.c39 rc1 = pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM); in main()
40 rc2 = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
Dcoverage.txt1 This document defines the coverage for the pthread_attr_setscope function:
D4-1.c40 rc = pthread_attr_setscope(&attr, INVALIDSCOPE); in main()
D1-1.c50 rc = pthread_attr_setscope(&attr, CONSCOPE); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getscope/
D1-1.c69 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/
Dpthread_attr_setscope.c3 int pthread_attr_setscope(pthread_attr_t *a, int scope) in pthread_attr_setscope() function
/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_attr_setscope.c4 _LIBC_TEXT_SECTION int pthread_attr_setscope(pthread_attr_t *a, int scope) in pthread_attr_setscope() function
/third_party/musl/src/thread/
Dpthread_attr_setscope.c3 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/
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()
D22-2.c61 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
D15-2.c52 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
/third_party/musl/porting/liteos_m/user/include/
Dusr_lib_define.h42 #define pthread_attr_setscope b_pthread_attr_setscope macro
Dusr_lib.h6 USR_LIBC_FUNC_DEF(int, pthread_attr_setscope, pthread_attr_t *attr, int scope)
Dusr_lib_ops.h44 int (*pthread_attr_setscope)(pthread_attr_t *attr, int scope); member
Dpthread.h158 int pthread_attr_setscope(pthread_attr_t *, int);
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
D20-1.c52 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
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()
/third_party/ltp/testcases/kernel/ipc/semaphore/
Dsem02.c95 pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM); in main()
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/
Dsemop05.c95 pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM); in main()
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c60 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/
DBUILD.gn60 "thread/pthread_attr_setscope.c",

12