Home
last modified time | relevance | path

Searched refs:pthread_attr_getstacksize (Results 1 – 25 of 39) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
Dpthread_attr_test.cpp106 pthread_attr_getstacksize(&stackAttributes, reinterpret_cast<size_t*>(threadArgMusl)); in GetAttrRealStackSizeThread()
189 EXPECT_EQ(0, pthread_attr_getstacksize(&pthreadAttrMusl, &einvalStatckSize));
191 EXPECT_EQ(0, pthread_attr_getstacksize(&pthreadAttrMusl, &attrStackSizeMusl));
205 EXPECT_EQ(0, pthread_attr_getstacksize(&pthreadAttrMusl, &attrStackSizeMusl));
219 EXPECT_EQ(0, pthread_attr_getstacksize(&pthreadAttrMusl, &attrStackSizeMusl));
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getstacksize/
D1-1.c46 rc = pthread_attr_getstacksize(&attr, &stack_size); in main()
68 rc = pthread_attr_getstacksize(&attr, &ssize); in main()
Dcoverage.txt1 This document defines the coverage for the pthread_attr_getstacksize function:
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstacksize/
D2-1.c48 if ((rc = pthread_attr_getstacksize(&attr, &ssize)) != 0) { in thread_func()
98 rc = pthread_attr_getstacksize(&attr, &ssize); in main()
D1-1.c71 rc = pthread_attr_getstacksize(&attr, &ssize); in main()
/third_party/musl/libc-test/src/functionalext/thread/
Dpthread_stack_size.c28 pthread_attr_getstacksize(&attr, &stack_size); in pthread_stack_size_0100()
/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_attr_get.c48 _LIBC_TEXT_SECTION int pthread_attr_getstacksize(const pthread_attr_t *restrict a, size_t *restrict… in pthread_attr_getstacksize() function
/third_party/musl/porting/liteos_m/user/include/
Dusr_lib_define.h53 #define pthread_attr_getstacksize b_pthread_attr_getstacksize macro
Dusr_lib.h17 USR_LIBC_FUNC_DEF(int, pthread_attr_getstacksize, const pthread_attr_t *attr, size_t *stackSize)
Dusr_lib_ops.h55 int (*pthread_attr_getstacksize)(const pthread_attr_t *attr, size_t *stackSize); member
Dpthread.h151 int pthread_attr_getstacksize(const pthread_attr_t *__restrict, size_t *__restrict);
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_attr_get.c48 int pthread_attr_getstacksize(const pthread_attr_t *restrict a, size_t *restrict size) in pthread_attr_getstacksize() function
/third_party/musl/src/thread/
Dpthread_attr_get.c52 int pthread_attr_getstacksize(const pthread_attr_t *restrict a, size_t *restrict size) in pthread_attr_getstacksize() function
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c115 int pthread_attr_getstacksize(const pthread_attr_t *attr, size_t *stackSize) in pthread_attr_getstacksize() function
117 return g_usrLibc->pthread_attr_getstacksize(attr, stackSize); in pthread_attr_getstacksize()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/
Dtirpc_rpc_call_scalability.c108pthread_attr_getstacksize(&thread_attr, (size_t *) & ssz); //For debug purpose, get default thread… in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/
Dtirpc_rpc_broadcast_exp_scalability.c115pthread_attr_getstacksize(&thread_attr, (size_t *) & ssz); //For debug purpose, get default thread… in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/
Dtirpc_rpc_broadcast_scalability.c115pthread_attr_getstacksize(&thread_attr, (size_t *) & ssz); //For debug purpose, get default thread… in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/
Dtirpc_toplevel_clnt_call_scalability.c123pthread_attr_getstacksize(&thread_attr, (size_t *) & ssz); //For debug purpose, get default thread… in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/
Dtirpc_interlevel_clnt_call_scalability.c133pthread_attr_getstacksize(&thread_attr, (size_t *) & ssz); //For debug purpose, get default thread… in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/
Dtirpc_rpcb_rmtcall_scalability.c141pthread_attr_getstacksize(&thread_attr, (size_t *) & ssz); //For debug purpose, get default thread… in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/
Dtirpc_bottomlevel_clnt_call_scalability.c156pthread_attr_getstacksize(&thread_attr, (size_t *) & ssz); //For debug purpose, get default thread… in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/
Dtirpc_expertlevel_clnt_call_scalability.c151pthread_attr_getstacksize(&thread_attr, (size_t *) & ssz); //For debug purpose, get default thread… in main()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_pthread.h193 #define pthread_attr_getstacksize dng_pthread_attr_getstacksize macro
/third_party/libuv/test/
Dtest-thread.c178 ASSERT(0 == pthread_attr_getstacksize(&attr, &stack_size)); in thread_check_stack()
/third_party/musl/porting/uniproton/kernel/include/
Dpthread.h158 int pthread_attr_getstacksize(const pthread_attr_t *__restrict, size_t *__restrict);

12