/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
D | pthread_attr_test.cpp | 106 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/ |
D | 1-1.c | 46 rc = pthread_attr_getstacksize(&attr, &stack_size); in main() 68 rc = pthread_attr_getstacksize(&attr, &ssize); in main()
|
D | coverage.txt | 1 This document defines the coverage for the pthread_attr_getstacksize function:
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstacksize/ |
D | 2-1.c | 48 if ((rc = pthread_attr_getstacksize(&attr, &ssize)) != 0) { in thread_func() 98 rc = pthread_attr_getstacksize(&attr, &ssize); in main()
|
D | 1-1.c | 71 rc = pthread_attr_getstacksize(&attr, &ssize); in main()
|
/third_party/musl/libc-test/src/functionalext/thread/ |
D | pthread_stack_size.c | 28 pthread_attr_getstacksize(&attr, &stack_size); in pthread_stack_size_0100()
|
/third_party/musl/porting/liteos_m/user/src/thread/ |
D | pthread_attr_get.c | 48 _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/ |
D | usr_lib_define.h | 53 #define pthread_attr_getstacksize b_pthread_attr_getstacksize macro
|
D | usr_lib.h | 17 USR_LIBC_FUNC_DEF(int, pthread_attr_getstacksize, const pthread_attr_t *attr, size_t *stackSize)
|
D | usr_lib_ops.h | 55 int (*pthread_attr_getstacksize)(const pthread_attr_t *attr, size_t *stackSize); member
|
D | pthread.h | 151 int pthread_attr_getstacksize(const pthread_attr_t *__restrict, size_t *__restrict);
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_attr_get.c | 48 int pthread_attr_getstacksize(const pthread_attr_t *restrict a, size_t *restrict size) in pthread_attr_getstacksize() function
|
/third_party/musl/src/thread/ |
D | pthread_attr_get.c | 52 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/ |
D | los_usr_libc.c | 115 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/ |
D | tirpc_rpc_call_scalability.c | 108 …pthread_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/ |
D | tirpc_rpc_broadcast_exp_scalability.c | 115 …pthread_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/ |
D | tirpc_rpc_broadcast_scalability.c | 115 …pthread_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/ |
D | tirpc_toplevel_clnt_call_scalability.c | 123 …pthread_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/ |
D | tirpc_interlevel_clnt_call_scalability.c | 133 …pthread_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/ |
D | tirpc_rpcb_rmtcall_scalability.c | 141 …pthread_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/ |
D | tirpc_bottomlevel_clnt_call_scalability.c | 156 …pthread_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/ |
D | tirpc_expertlevel_clnt_call_scalability.c | 151 …pthread_attr_getstacksize(&thread_attr, (size_t *) & ssz); //For debug purpose, get default thread… in main()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_pthread.h | 193 #define pthread_attr_getstacksize dng_pthread_attr_getstacksize macro
|
/third_party/libuv/test/ |
D | test-thread.c | 178 ASSERT(0 == pthread_attr_getstacksize(&attr, &stack_size)); in thread_check_stack()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | pthread.h | 158 int pthread_attr_getstacksize(const pthread_attr_t *__restrict, size_t *__restrict);
|