/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/ |
D | 12-1-buildonly.c | 21 pthread_attr_getdetachstate(&a, detachstate); in dummy_func()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getdetachstate/ |
D | coverage.txt | 1 This document defines the coverage for the pthread_attr_getdetachstate function:
|
D | 1-1.c | 36 if (pthread_attr_getdetachstate(&new_attr, &detach_state) != 0) { in main()
|
D | 1-2.c | 47 if (pthread_attr_getdetachstate(&new_attr, &detach_state) != 0) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setdetachstate/ |
D | coverage.txt | 1 This document defines the coverage for the pthread_attr_getdetachstate function:
|
D | 1-2.c | 53 if (pthread_attr_getdetachstate(&new_attr, &detach_state) != 0) { in main()
|
D | 1-1.c | 53 if (pthread_attr_getdetachstate(&new_attr, &detach_state) != 0) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_init/ |
D | 1-1.c | 41 if (pthread_attr_getdetachstate(&new_attr, &detach_state) != 0) { in main()
|
/third_party/musl/porting/liteos_m/user/src/thread/ |
D | pthread_attr_get.c | 4 _LIBC_TEXT_SECTION int pthread_attr_getdetachstate(const pthread_attr_t *a, int *state) in pthread_attr_getdetachstate() function
|
/third_party/musl/porting/liteos_m/user/include/ |
D | usr_lib_define.h | 41 #define pthread_attr_getdetachstate b_pthread_attr_getdetachstate macro
|
D | usr_lib.h | 5 USR_LIBC_FUNC_DEF(int, pthread_attr_getdetachstate, const pthread_attr_t *attr, int *detachState)
|
D | usr_lib_ops.h | 43 int (*pthread_attr_getdetachstate)(const pthread_attr_t *attr, int *detachState); member
|
D | pthread.h | 153 int pthread_attr_getdetachstate(const pthread_attr_t *, int *);
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_attr_get.c | 4 int pthread_attr_getdetachstate(const pthread_attr_t *a, int *state) in pthread_attr_getdetachstate() function
|
/third_party/musl/src/thread/ |
D | pthread_attr_get.c | 3 int pthread_attr_getdetachstate(const pthread_attr_t *a, int *state) in pthread_attr_getdetachstate() function
|
/third_party/musl/porting/liteos_m/user/hook/ |
D | los_usr_libc.c | 55 int pthread_attr_getdetachstate(const pthread_attr_t *attr, int *detachState) in pthread_attr_getdetachstate() function 57 return g_usrLibc->pthread_attr_getdetachstate(attr, detachState); in pthread_attr_getdetachstate()
|
/third_party/ltp/testcases/open_posix_testsuite/Documentation/ |
D | COVERAGE.threads | 22 pthread_attr_getdetachstate YES HIGH
|
/third_party/musl/include/ |
D | pthread.h | 153 int pthread_attr_getdetachstate(const pthread_attr_t *, int *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | pthread.h | 156 int pthread_attr_getdetachstate(const pthread_attr_t *, int *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | pthread.h | 156 int pthread_attr_getdetachstate(const pthread_attr_t *, int *);
|
/third_party/musl/libc-test/src/api/ |
D | pthread.c | 57 {int(*p)(const pthread_attr_t*,int*) = pthread_attr_getdetachstate;} in f()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | pthread.h | 156 int pthread_attr_getdetachstate(const pthread_attr_t *, int *);
|
/third_party/musl/ndk_musl_include/ |
D | pthread.h | 321 int pthread_attr_getdetachstate(const pthread_attr_t *, int *);
|
/third_party/musl/porting/linux/user/include/ |
D | pthread.h | 330 int pthread_attr_getdetachstate(const pthread_attr_t *, int *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | pthread.h | 201 int pthread_attr_getdetachstate(const pthread_attr_t *, int *);
|