/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
H A D | pthread_attr_test.cpp | 37 EXPECT_EQ(0, pthread_attr_getdetachstate(&pthreadAttrMusl, &attrStateMusl)); in HWTEST_F() 49 EXPECT_EQ(0, pthread_attr_getdetachstate(&pthreadAttrMusl, &attrStateMusl)); in HWTEST_F() 61 EXPECT_EQ(0, pthread_attr_getdetachstate(&pthreadAttrMusl, &attrStateMusl)); in HWTEST_F()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/ |
H A D | 12-1-buildonly.c | 10 int pthread_attr_getdetachstate(const pthread_attr_t *, int *); 21 pthread_attr_getdetachstate(&a, detachstate); in dummy_func()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getdetachstate/ |
H A D | 1-2.c | 8 * Test that pthread_attr_getdetachstate() 17 * 3. Using pthread_attr_getdetachstate(), get the detachstate of the 45 /* The test passes if pthread_attr_getdetachstate gets the attribute in main() 47 if (pthread_attr_getdetachstate(&new_attr, &detach_state) != 0) { in main()
|
H A D | 1-1.c | 8 * Test that pthread_attr_getdetachstate() 14 * 2. Using pthread_attr_getdetachstate(), get the detachstate of the 34 /* The test passes if pthread_attr_getdetachstate gets the attribute in main() 36 if (pthread_attr_getdetachstate(&new_attr, &detach_state) != 0) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_init/ |
H A D | 1-1.c | 18 * 2. Using pthread_attr_getdetachstate(), test that the default value 41 if (pthread_attr_getdetachstate(&new_attr, &detach_state) != 0) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setdetachstate/ |
H A D | 1-1.c | 53 if (pthread_attr_getdetachstate(&new_attr, &detach_state) != 0) { in main() 54 perror("Error in pthread_attr_getdetachstate.\n"); in main()
|
H A D | 1-2.c | 53 if (pthread_attr_getdetachstate(&new_attr, &detach_state) != 0) { in main() 54 perror("Error in pthread_attr_getdetachstate.\n"); in main()
|
/third_party/musl/porting/liteos_m/user/src/thread/ |
H A 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/ |
H A D | usr_lib_define.h | 41 #define pthread_attr_getdetachstate b_pthread_attr_getdetachstate macro
|
H A D | usr_lib_ops.h | 43 int (*pthread_attr_getdetachstate)(const pthread_attr_t *attr, int *detachState); member
|
H A D | pthread.h | 153 int pthread_attr_getdetachstate(const pthread_attr_t *, int *);
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
H A 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/ |
H A 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/porting/liteos_m/user/hook/ |
H A 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/FreeBSD/lib/libc/include/ |
H A D | namespace.h | 90 #define pthread_attr_getdetachstate _pthread_attr_getdetachstate
macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | pthread.h | 160 int pthread_attr_getdetachstate(const pthread_attr_t *, int *);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | pthread.h | 160 int pthread_attr_getdetachstate(const pthread_attr_t *, int *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | pthread.h | 160 int pthread_attr_getdetachstate(const pthread_attr_t *, int *);
|
/third_party/musl/libc-test/src/api/ |
H A D | pthread.c | 57 {int(*p)(const pthread_attr_t*,int*) = pthread_attr_getdetachstate;} in f()
|
/third_party/musl/porting/linux/user/include/ |
H A D | pthread.h | 333 int pthread_attr_getdetachstate(const pthread_attr_t *, int *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | pthread.h | 204 int pthread_attr_getdetachstate(const pthread_attr_t *, int *);
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
H A D | threads_scenarii.c | 191 pthread_attr_getdetachstate(&scenarii[i].ta, &old); in scenar_init()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/ |
H A D | threads_scenarii.c | 191 pthread_attr_getdetachstate(&scenarii[i].ta, &old); in scenar_init()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/ |
H A D | threads_scenarii.c | 240 pthread_attr_getdetachstate(&scenarii[i].ta, &old); in scenar_init()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/ |
H A D | threads_scenarii.c | 258 pthread_attr_getdetachstate(&scenarii[i].ta, &old); in scenar_init()
|