/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | pthread_attr_setstacksize.c | 25 * @tc.desc : Verify pthread_attr_setstacksize process success 32 int32_t ret = pthread_attr_setstacksize(&attr, STACK_SIZE); in pthread_attr_setstacksize_0100() 39 * @tc.desc : Verify pthread_attr_setstacksize process fail because second param is unsigned large numbers 46 int32_t ret = pthread_attr_setstacksize(&attr, -1); in pthread_attr_setstacksize_0200()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
H A D | pthread_attr_test.cpp | 190 EXPECT_EQ(EINVAL, pthread_attr_setstacksize(&pthreadAttrMusl, TEST_MULTIPLE_ONE * TEST_MULTIPLE_TWO)); in HWTEST_F() 204 EXPECT_EQ(0, pthread_attr_setstacksize(&pthreadAttrMusl, TEST_MULTIPLE_TWO * TEST_BASE)); in HWTEST_F() 218 EXPECT_EQ(0, pthread_attr_setstacksize(&pthreadAttrMusl, TEST_MULTIPLE_TWO * TEST_BASE + 1)); in HWTEST_F()
|
/third_party/musl/porting/liteos_m/user/src/thread/ |
H A D | pthread_attr_setstacksize.c | 4 _LIBC_TEXT_SECTION int pthread_attr_setstacksize(pthread_attr_t *a, size_t size) in pthread_attr_setstacksize() function
|
/third_party/musl/src/thread/ |
H A D | pthread_attr_setstacksize.c | 3 int pthread_attr_setstacksize(pthread_attr_t *a, size_t size) in pthread_attr_setstacksize() function
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | usr_lib_define.h | 52 #define pthread_attr_setstacksize b_pthread_attr_setstacksize macro
|
H A D | usr_lib_ops.h | 54 int (*pthread_attr_setstacksize)(pthread_attr_t *attr, size_t stackSize); member
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstacksize/ |
H A D | 4-1.c | 8 * Test pthread_attr_setstacksize() 26 #define FUNCTION "pthread_attr_setstacksize" 53 rc = pthread_attr_setstacksize(&attr, stack_size); in main()
|
H A D | 2-1.c | 8 * Test pthread_attr_setstacksize() 32 #define FUNCTION "pthread_attr_setstacksize" 91 rc = pthread_attr_setstacksize(&attr, stack_size); in main() 93 printf(ERROR_PREFIX "pthread_attr_setstacksize: %s\n", in main()
|
H A D | 1-1.c | 27 #define FUNCTION "pthread_attr_setstacksize" 64 rc = pthread_attr_setstacksize(&attr, stack_size); in main() 66 printf(ERROR_PREFIX "pthread_attr_setstacksize: %s", in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getstacksize/ |
H A D | 1-1.c | 62 rc = pthread_attr_setstacksize(&attr, stack_size); in main() 64 perror(ERROR_PREFIX "pthread_attr_setstacksize"); in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | Threading.cpp | 58 if (::pthread_attr_setstacksize(&Attr, RequestedStackSize) != 0) in llvm_execute_on_thread()
|
/third_party/libunwind/libunwind/tests/ |
H A D | Gtest-concurrent.c | 91 pthread_attr_setstacksize (&attr, PTHREAD_STACK_MIN + 64*1024); in doit()
|
/third_party/ltp/testcases/kernel/sched/pthreads/ |
H A D | pth_str02.c | 125 if (pthread_attr_setstacksize(&attr, stacksize)) in thread() 126 sys_error("pthread_attr_setstacksize failed", __LINE__); in thread()
|
/third_party/python/Python/ |
H A D | thread_pthread_stubs.h | 115 pthread_attr_setstacksize( in pthread_attr_setstacksize() function
|
/third_party/python/Include/cpython/ |
H A D | pthread_stubs.h | 73 PyAPI_FUNC(int) pthread_attr_setstacksize(pthread_attr_t *attr, size_t stacksize);
|
/third_party/libuv/test/ |
H A D | runner-unix.c | 276 if (pthread_attr_setstacksize(&attr, 1024 * 1024)) in process_wait() 278 if (pthread_attr_setstacksize(&attr, 256 * 1024)) in process_wait()
|
/third_party/musl/src/aio/ |
H A D | lio_listio.c | 128 pthread_attr_setstacksize(&a, PAGE_SIZE); in lio_listio()
|
/third_party/musl/porting/liteos_a/user/src/aio/ |
H A D | lio_listio.c | 129 pthread_attr_setstacksize(&a, PAGE_SIZE); in lio_listio()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/ |
H A D | tirpc_rpc_broadcast_scalability.c | 124 pthread_attr_setstacksize(&thread_attr, 40000); //Set thread stack size to 40 KB in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/ |
H A D | tirpc_rpcb_rmtcall_scalability.c | 150 pthread_attr_setstacksize(&thread_attr, 40000); //Set thread stack size to 40 KB in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/ |
H A D | tirpc_rpc_broadcast_exp_scalability.c | 124 pthread_attr_setstacksize(&thread_attr, 40000); //Set thread stack size to 40 KB in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/ |
H A D | tirpc_toplevel_clnt_call_scalability.c | 132 pthread_attr_setstacksize(&thread_attr, 40000); //Set thread stack size to 40 KB in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/ |
H A D | tirpc_interlevel_clnt_call_scalability.c | 142 pthread_attr_setstacksize(&thread_attr, 40000); //Set thread stack size to 40 KB in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/ |
H A D | tirpc_rpc_call_scalability.c | 117 pthread_attr_setstacksize(&thread_attr, 40000); //Set thread stack size to 40 KB in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/ |
H A D | tirpc_expertlevel_clnt_call_scalability.c | 160 pthread_attr_setstacksize(&thread_attr, 40000); //Set thread stack size to 40 KB in main()
|