Home
last modified time | relevance | path

Searched refs:TcpClientRoutine (Results 1 – 7 of 7) sorted by relevance

/kernel/liteos_m/components/net/test/
Dnet_socket_test_013.c118 static void TcpClientRoutine(void *p) in TcpClientRoutine() function
134 ret = sys_thread_new("tcp_client_long", TcpClientRoutine, NULL, in TcpTestLong()
Dnet_socket_test_012.c127 static void TcpClientRoutine(void *p) in TcpClientRoutine() function
148 ret = sys_thread_new("tcp_client_dup", TcpClientRoutine, NULL, in TcpTestDup()
Dnet_socket_test_010.c142 static void TcpClientRoutine(void *p) in TcpClientRoutine() function
157 ret = sys_thread_new("tcp_client_poll", TcpClientRoutine, NULL, in TcpTestPoll()
Dnet_socket_test_009.c147 static void TcpClientRoutine(void *p) in TcpClientRoutine() function
162 ret = sys_thread_new("tcp_client_select", TcpClientRoutine, NULL, in TcpTestSelect()
Dnet_socket_test_008.c163 static void TcpClientRoutine(void *p) in TcpClientRoutine() function
182 ret = sys_thread_new("tcp_client_more", TcpClientRoutine, NULL, in TcpTestMore()
Dnet_socket_test_003.c233 static void TcpClientRoutine(void *p) in TcpClientRoutine() function
248 ret = sys_thread_new("tcp_client", TcpClientRoutine, NULL, in TcpTest()
/kernel/liteos_a/testsuites/unittest/net/socket/smoke/
Dnet_socket_test_003.cpp275 static void* TcpClientRoutine(void *p) in TcpClientRoutine() function
298 ret = pthread_create(&cli, &attr, TcpClientRoutine, NULL); in TcpTest()