/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A 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()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setscope/ |
H A D | 5-1.c | 8 * Test pthread_attr_setscope() 12 * 2. Call pthread_attr_setscope with unsupported scope 39 rc1 = pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM); in main() 40 rc2 = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main() 44 ERR_MSG("pthread_attr_setscope()", rc1); in main() 45 ERR_MSG("pthread_attr_setscope()", rc2); in main() 48 ERR_MSG("pthread_attr_setscope()", rc1); in main() 52 ERR_MSG("pthread_attr_setscope()", rc2); in main()
|
H A D | 4-1.c | 8 * Test pthread_attr_setscope() 12 * 2. Call pthread_attr_setscope with unsupported scope 24 #define FUNCTION "pthread_attr_setscope" 40 rc = pthread_attr_setscope(&attr, INVALIDSCOPE); in main() 42 perror(ERROR_PREFIX "pthread_attr_setscope"); in main()
|
H A D | 1-1.c | 8 * Test pthread_attr_setscope() 25 #define FUNCTION "pthread_attr_setscope" 50 rc = pthread_attr_setscope(&attr, CONSCOPE); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getscope/ |
H A D | 1-1.c | 12 * 2. Call pthread_attr_setscope with contentionscope parameter 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/ |
H A 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/ |
H A 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/ |
H A 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/include/ |
H A D | usr_lib_define.h | 42 #define pthread_attr_setscope b_pthread_attr_setscope macro
|
H A D | usr_lib_ops.h | 44 int (*pthread_attr_setscope)(pthread_attr_t *attr, int scope); member
|
H A D | pthread.h | 158 int pthread_attr_setscope(pthread_attr_t *, int);
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/ |
H A D | 15-1.c | 46 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main() 51 printf("An error occurs when calling pthread_attr_setscope()\n"); in main()
|
H A D | 15-2.c | 52 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main() 57 printf("An error occurs when calling pthread_attr_setscope()\n"); in main()
|
H A D | 22-2.c | 61 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main() 66 printf("An error occurs when calling pthread_attr_setscope()\n"); in main()
|
H A D | 22-1.c | 62 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main() 67 printf("An error occurs when calling pthread_attr_setscope()\n"); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
H A D | 21-1.c | 56 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main() 61 printf("An error occurs when calling pthread_attr_setscope()\n"); in main()
|
H A D | 21-2.c | 56 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main() 61 printf("An error occurs when calling pthread_attr_setscope()\n"); in main()
|
H A D | 20-1.c | 52 result = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main() 57 printf("An error occurs when calling pthread_attr_setscope()\n"); in main()
|
/third_party/ltp/testcases/kernel/ipc/semaphore/ |
H A D | sem02.c | 95 pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM); in main()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/ |
H A D | semop05.c | 95 pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM); in main()
|
/third_party/musl/porting/liteos_m/user/hook/ |
H A 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/FreeBSD/lib/libc/include/ |
H A D | namespace.h | 107 #define pthread_attr_setscope _pthread_attr_setscope
macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | pthread.h | 165 int pthread_attr_setscope(pthread_attr_t *, int);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | pthread.h | 165 int pthread_attr_setscope(pthread_attr_t *, int);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | pthread.h | 165 int pthread_attr_setscope(pthread_attr_t *, int);
|