/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getscope/ |
D | coverage.txt | 1 This document defines the coverage for the pthread_attr_getscope function:
|
D | 1-1.c | 36 rc = pthread_attr_getscope(attr, &scope); in verify_scope()
|
/third_party/musl/porting/liteos_m/user/src/thread/ |
D | pthread_attr_get.c | 33 _LIBC_TEXT_SECTION int pthread_attr_getscope(const pthread_attr_t *restrict a, int *restrict scope) in pthread_attr_getscope() function
|
/third_party/musl/porting/liteos_m/user/include/ |
D | usr_lib_define.h | 43 #define pthread_attr_getscope b_pthread_attr_getscope macro
|
D | usr_lib.h | 7 USR_LIBC_FUNC_DEF(int, pthread_attr_getscope, const pthread_attr_t *attr, int *scope)
|
D | usr_lib_ops.h | 45 int (*pthread_attr_getscope)(const pthread_attr_t *attr, int *scope); member
|
D | pthread.h | 157 int pthread_attr_getscope(const pthread_attr_t *__restrict, int *__restrict);
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setscope/ |
D | 1-1.c | 62 rc = pthread_attr_getscope(&attr, &cscope); in main()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_attr_get.c | 33 int pthread_attr_getscope(const pthread_attr_t *restrict a, int *restrict scope) in pthread_attr_getscope() function
|
/third_party/musl/src/thread/ |
D | pthread_attr_get.c | 33 int pthread_attr_getscope(const pthread_attr_t *restrict a, int *restrict scope) in pthread_attr_getscope() function
|
/third_party/musl/porting/liteos_m/user/hook/ |
D | los_usr_libc.c | 65 int pthread_attr_getscope(const pthread_attr_t *attr, int *scope) in pthread_attr_getscope() function 67 return g_usrLibc->pthread_attr_getscope(attr, scope); in pthread_attr_getscope()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
D | pthread_attr_test.cpp | 231 EXPECT_EQ(0, pthread_attr_getscope(&pthreadAttrMusl, &attrScopeMusl));
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | pthread.h | 164 int pthread_attr_getscope(const pthread_attr_t *__restrict, int *__restrict);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | pthread.h | 164 int pthread_attr_getscope(const pthread_attr_t *__restrict, int *__restrict);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | pthread.h | 164 int pthread_attr_getscope(const pthread_attr_t *__restrict, int *__restrict);
|
/third_party/musl/libc-test/src/api/ |
D | pthread.c | 157 {int(*p)(const pthread_attr_t*restrict,int*restrict) = pthread_attr_getscope;} in f()
|
/third_party/FreeBSD/lib/libc/include/ |
D | namespace.h | 95 #define pthread_attr_getscope _pthread_attr_getscope macro
|
/third_party/musl/include/ |
D | pthread.h | 311 int pthread_attr_getscope(const pthread_attr_t *__restrict, int *__restrict);
|
/third_party/musl/porting/linux/user/include/ |
D | pthread.h | 322 int pthread_attr_getscope(const pthread_attr_t *__restrict, int *__restrict);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | pthread.h | 208 int pthread_attr_getscope(const pthread_attr_t *__restrict, int *__restrict);
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/ |
D | threads_scenarii.c | 355 ret = pthread_attr_getscope(&scenarii[i].ta, &old); in scenar_init()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/ |
D | threads_scenarii.c | 334 ret = pthread_attr_getscope(&scenarii[i].ta, &old); in scenar_init()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/ |
D | threads_scenarii.c | 288 ret = pthread_attr_getscope(&scenarii[i].ta, &old); in scenar_init()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_attr_get.c | 32 int rev = pthread_attr_getscope(&attr, &scope); in pthread_attr_getscope_0100()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
D | threads_scenarii.c | 288 ret = pthread_attr_getscope(&scenarii[i].ta, &old); in scenar_init()
|