/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstack/ |
D | 2-1.c | 49 if ((rc = pthread_attr_getstack(&attr, &saddr, &ssize)) != 0) { in thread_func() 78 rc = pthread_attr_getstack(&attr, &stack_addr, &stack_size); in main() 105 if ((rc = pthread_attr_getstack(&attr, &saddr, &ssize)) != 0) { in main()
|
D | 1-1.c | 57 rc = pthread_attr_getstack(&attr, &stack_addr, &stack_size); in main() 80 rc = pthread_attr_getstack(&attr, &saddr, &ssize); in main()
|
D | 4-1.c | 69 rc = pthread_attr_getstack(&attr, &stack_addr, &stack_size); in main() 92 rc = pthread_attr_getstack(&attr, &saddr, &ssize); in main()
|
D | 6-1.c | 47 rc = pthread_attr_getstack(&attr, &stack_addr, &stack_size); in main()
|
D | 7-1.c | 48 rc = pthread_attr_getstack(&attr, &stack_addr, &stack_size); in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_attr_getstack.c | 34 int32_t ret = pthread_attr_getstack(&attr, &stack, &stacksize); in pthread_attr_getstack_0100() 54 int32_t ret = pthread_attr_getstack(&attr, &retstack, &stacksize); in pthread_attr_getstack_0200()
|
D | pthread_getattr_np.c | 43 pthread_attr_getstack(&attr, &stack, &stacksize); in pthread_getattr_np_0100()
|
D | pthread_attr_setstack.c | 59 pthread_attr_getstack(&attr, &getstackaddr, &getstackSize); in pthread_attr_setstack_0100()
|
D | BUILD.gn | 28 sources = [ "pthread_attr_getstack.c" ]
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getstack/ |
D | 1-1.c | 47 rc = pthread_attr_getstack(&attr, &stack_addr, &stack_size); in main() 70 rc = pthread_attr_getstack(&attr, &saddr, &ssize); in main()
|
D | coverage.txt | 1 This document defines the coverage for the pthread_attr_getstack function:
|
/third_party/musl/porting/liteos_m/user/src/thread/ |
D | pthread_attr_get.c | 39 _LIBC_TEXT_SECTION int pthread_attr_getstack(const pthread_attr_t *restrict a, void **restrict addr… in pthread_attr_getstack() function
|
/third_party/musl/porting/liteos_m/user/include/ |
D | usr_lib_define.h | 51 #define pthread_attr_getstack b_pthread_attr_getstack macro
|
D | usr_lib.h | 15 USR_LIBC_FUNC_DEF(int, pthread_attr_getstack, const pthread_attr_t *restrict a, void **restrict add…
|
D | usr_lib_ops.h | 53 …int (*pthread_attr_getstack)(const pthread_attr_t *restrict a, void **restrict addr, size_t *restr… member
|
D | pthread.h | 155 int pthread_attr_getstack(const pthread_attr_t *__restrict, void **__restrict, size_t *__restrict);
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_attr_get.c | 39 int pthread_attr_getstack(const pthread_attr_t *restrict a, void **restrict addr, size_t *restrict … in pthread_attr_getstack() function
|
/third_party/musl/src/thread/ |
D | pthread_attr_get.c | 38 int pthread_attr_getstack(const pthread_attr_t *restrict a, void **restrict addr, size_t *restrict … in pthread_attr_getstack() function
|
/third_party/musl/porting/liteos_m/user/hook/ |
D | los_usr_libc.c | 105 int pthread_attr_getstack(const pthread_attr_t *restrict a, void **restrict addr, size_t *restrict … in pthread_attr_getstack() function 107 return g_usrLibc->pthread_attr_getstack(a, addr, size); in pthread_attr_getstack()
|
/third_party/musl/include/ |
D | pthread.h | 155 int pthread_attr_getstack(const pthread_attr_t *__restrict, void **__restrict, size_t *__restrict);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | pthread.h | 158 int pthread_attr_getstack(const pthread_attr_t *__restrict, void **__restrict, size_t *__restrict);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | pthread.h | 158 int pthread_attr_getstack(const pthread_attr_t *__restrict, void **__restrict, size_t *__restrict);
|
/third_party/musl/libc-test/src/api/ |
D | pthread.c | 60 {int(*p)(const pthread_attr_t*restrict,void**restrict,size_t*restrict) = pthread_attr_getstack;} in f()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | pthread.h | 158 int pthread_attr_getstack(const pthread_attr_t *__restrict, void **__restrict, size_t *__restrict);
|
/third_party/musl/ndk_musl_include/ |
D | pthread.h | 323 int pthread_attr_getstack(const pthread_attr_t *__restrict, void **__restrict, size_t *__restrict);
|