Home
last modified time | relevance | path

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

/kernel/liteos_m/components/net/test/
Dnet_socket_test_013.c111 static void TcpServerRoutine(void *p) in TcpServerRoutine() function
130 ret = sys_thread_new("tcp_server_long", TcpServerRoutine, NULL, in TcpTestLong()
Dnet_socket_test_012.c115 static void TcpServerRoutine(void *p) in TcpServerRoutine() function
144 ret = sys_thread_new("tcp_server_dup", TcpServerRoutine, NULL, in TcpTestDup()
Dnet_socket_test_010.c136 static void TcpServerRoutine(void *p) in TcpServerRoutine() function
153 ret = sys_thread_new("tcp_server_poll", TcpServerRoutine, NULL, in TcpTestPoll()
Dnet_socket_test_009.c141 static void TcpServerRoutine(void *p) in TcpServerRoutine() function
158 ret = sys_thread_new("tcp_server_select", TcpServerRoutine, NULL, in TcpTestSelect()
Dnet_socket_test_008.c157 static void TcpServerRoutine(void *p) in TcpServerRoutine() function
178 ret = sys_thread_new("tcp_server_more", TcpServerRoutine, NULL, in TcpTestMore()
Dnet_socket_test_003.c227 static void TcpServerRoutine(void *p) in TcpServerRoutine() function
244 ret = sys_thread_new("tcp_server", TcpServerRoutine, NULL, in TcpTest()
/kernel/liteos_a/testsuites/unittest/net/socket/smoke/
Dnet_socket_test_003.cpp269 static void* TcpServerRoutine(void *p) in TcpServerRoutine() function
295 ret = pthread_create(&srv, &attr, TcpServerRoutine, NULL); in TcpTest()