Searched refs:TcpClientRoutine (Results 1 – 7 of 7) sorted by relevance
/kernel/liteos_m/components/net/test/ |
D | net_socket_test_013.c | 118 static void TcpClientRoutine(void *p) in TcpClientRoutine() function 134 ret = sys_thread_new("tcp_client_long", TcpClientRoutine, NULL, in TcpTestLong()
|
D | net_socket_test_012.c | 127 static void TcpClientRoutine(void *p) in TcpClientRoutine() function 148 ret = sys_thread_new("tcp_client_dup", TcpClientRoutine, NULL, in TcpTestDup()
|
D | net_socket_test_010.c | 142 static void TcpClientRoutine(void *p) in TcpClientRoutine() function 157 ret = sys_thread_new("tcp_client_poll", TcpClientRoutine, NULL, in TcpTestPoll()
|
D | net_socket_test_009.c | 147 static void TcpClientRoutine(void *p) in TcpClientRoutine() function 162 ret = sys_thread_new("tcp_client_select", TcpClientRoutine, NULL, in TcpTestSelect()
|
D | net_socket_test_008.c | 163 static void TcpClientRoutine(void *p) in TcpClientRoutine() function 182 ret = sys_thread_new("tcp_client_more", TcpClientRoutine, NULL, in TcpTestMore()
|
D | net_socket_test_003.c | 233 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/ |
D | net_socket_test_003.cpp | 275 static void* TcpClientRoutine(void *p) in TcpClientRoutine() function 298 ret = pthread_create(&cli, &attr, TcpClientRoutine, NULL); in TcpTest()
|