Home
last modified time | relevance | path

Searched refs:pthread_attr_getdetachstate (Results 1 – 25 of 33) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
D12-1-buildonly.c21 pthread_attr_getdetachstate(&a, detachstate); in dummy_func()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getdetachstate/
Dcoverage.txt1 This document defines the coverage for the pthread_attr_getdetachstate function:
D1-1.c36 if (pthread_attr_getdetachstate(&new_attr, &detach_state) != 0) { in main()
D1-2.c47 if (pthread_attr_getdetachstate(&new_attr, &detach_state) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setdetachstate/
Dcoverage.txt1 This document defines the coverage for the pthread_attr_getdetachstate function:
D1-2.c53 if (pthread_attr_getdetachstate(&new_attr, &detach_state) != 0) { in main()
D1-1.c53 if (pthread_attr_getdetachstate(&new_attr, &detach_state) != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_init/
D1-1.c41 if (pthread_attr_getdetachstate(&new_attr, &detach_state) != 0) { in main()
/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_attr_get.c4 _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/
Dusr_lib_define.h41 #define pthread_attr_getdetachstate b_pthread_attr_getdetachstate macro
Dusr_lib.h5 USR_LIBC_FUNC_DEF(int, pthread_attr_getdetachstate, const pthread_attr_t *attr, int *detachState)
Dusr_lib_ops.h43 int (*pthread_attr_getdetachstate)(const pthread_attr_t *attr, int *detachState); member
Dpthread.h153 int pthread_attr_getdetachstate(const pthread_attr_t *, int *);
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_attr_get.c4 int pthread_attr_getdetachstate(const pthread_attr_t *a, int *state) in pthread_attr_getdetachstate() function
/third_party/musl/src/thread/
Dpthread_attr_get.c3 int pthread_attr_getdetachstate(const pthread_attr_t *a, int *state) in pthread_attr_getdetachstate() function
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c55 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/
DCOVERAGE.threads22 pthread_attr_getdetachstate YES HIGH
/third_party/musl/include/
Dpthread.h153 int pthread_attr_getdetachstate(const pthread_attr_t *, int *);
/third_party/musl/porting/liteos_m/kernel/include/
Dpthread.h156 int pthread_attr_getdetachstate(const pthread_attr_t *, int *);
/third_party/musl/porting/uniproton/kernel/include/
Dpthread.h156 int pthread_attr_getdetachstate(const pthread_attr_t *, int *);
/third_party/musl/libc-test/src/api/
Dpthread.c57 {int(*p)(const pthread_attr_t*,int*) = pthread_attr_getdetachstate;} in f()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpthread.h156 int pthread_attr_getdetachstate(const pthread_attr_t *, int *);
/third_party/musl/ndk_musl_include/
Dpthread.h321 int pthread_attr_getdetachstate(const pthread_attr_t *, int *);
/third_party/musl/porting/linux/user/include/
Dpthread.h330 int pthread_attr_getdetachstate(const pthread_attr_t *, int *);
/third_party/musl/porting/liteos_a/kernel/include/
Dpthread.h201 int pthread_attr_getdetachstate(const pthread_attr_t *, int *);

12