/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_attr_setstack.c | 53 ret = pthread_attr_setstack(&attr, stackAddr, THREAD_STACK_LEN); in pthread_attr_setstack_0100() 81 ret = pthread_attr_setstack(&attr, stackAddr, ERREXPECT); in pthread_attr_setstack_0200() 84 ret = pthread_attr_setstack(&attr, stackAddr, MINSIZE); in pthread_attr_setstack_0200()
|
D | pthread_attr_getstack.c | 53 pthread_attr_setstack(&attr, stack, STACK_SIZE); in pthread_attr_getstack_0200()
|
D | pthread_create.c | 99 ret = pthread_attr_setstack(&attr, stackAddr, PTHREADSTACK); in pthread_create_0400()
|
D | test_src_functionalext_supplement_thread.gni | 24 "pthread_attr_setstack",
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstack/ |
D | 7-1.c | 66 rc = pthread_attr_setstack(&attr, stack_addr, stack_size); in main() 75 rc = pthread_attr_setstack(&attr, stack_addr, stack_size); in main()
|
D | coverage.txt | 1 This document defines the coverage for the pthread_attr_setstack function:
|
D | 6-1.c | 64 rc = pthread_attr_setstack(&attr, stack_addr, stack_size); in main()
|
D | 1-1.c | 74 rc = pthread_attr_setstack(&attr, stack_addr, stack_size); in main()
|
D | 4-1.c | 86 rc = pthread_attr_setstack(&attr, stack_addr, stack_size); in main()
|
D | 2-1.c | 99 if ((rc = pthread_attr_setstack(&attr, stack_addr, stack_size)) != 0) { in main()
|
/third_party/musl/src/thread/ |
D | pthread_attr_setstack.c | 3 int pthread_attr_setstack(pthread_attr_t *a, void *addr, size_t size) in pthread_attr_setstack() function
|
/third_party/musl/porting/liteos_m/user/src/thread/ |
D | pthread_attr_setstack.c | 4 _LIBC_TEXT_SECTION int pthread_attr_setstack(pthread_attr_t *a, void *addr, size_t size) in pthread_attr_setstack() function
|
/third_party/musl/porting/liteos_m/user/include/ |
D | usr_lib_define.h | 50 #define pthread_attr_setstack b_pthread_attr_setstack macro
|
D | usr_lib.h | 14 USR_LIBC_FUNC_DEF(int, pthread_attr_setstack, pthread_attr_t *a, void *addr, size_t size)
|
D | usr_lib_ops.h | 52 int (*pthread_attr_setstack)(pthread_attr_t *a, void *addr, size_t size); member
|
D | pthread.h | 156 int pthread_attr_setstack(pthread_attr_t *, void *, size_t);
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getstack/ |
D | 1-1.c | 64 rc = pthread_attr_setstack(&attr, stack_addr, stack_size); in main()
|
/third_party/musl/porting/liteos_m/user/hook/ |
D | los_usr_libc.c | 100 int pthread_attr_setstack(pthread_attr_t *a, void *addr, size_t size) in pthread_attr_setstack() function 102 return g_usrLibc->pthread_attr_setstack(a, addr, size); in pthread_attr_setstack()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
D | pthread_key_test.cpp | 68 EXPECT_EQ(0, pthread_attr_setstack(&pthreadAttr, attrStack, stackSize));
|
/third_party/ltp/testcases/kernel/syscalls/mmap/ |
D | mmap18.c | 141 ret = pthread_attr_setstack(&attr, stack, size); in grow_stack()
|
/third_party/musl/porting/liteos_m/user/src/ |
D | BUILD.gn | 61 "thread/pthread_attr_setstack.c",
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | pthread.h | 163 int pthread_attr_setstack(pthread_attr_t *, void *, size_t);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | pthread.h | 163 int pthread_attr_setstack(pthread_attr_t *, void *, size_t);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | pthread.h | 163 int pthread_attr_setstack(pthread_attr_t *, void *, size_t);
|
/third_party/musl/libc-test/src/api/ |
D | pthread.c | 66 {int(*p)(pthread_attr_t*,void*,size_t) = pthread_attr_setstack;} in f()
|