Searched refs:TcpServerRoutine (Results 1 – 7 of 7) sorted by relevance
/kernel/liteos_m/components/net/test/ |
D | net_socket_test_013.c | 111 static void TcpServerRoutine(void *p) in TcpServerRoutine() function 130 ret = sys_thread_new("tcp_server_long", TcpServerRoutine, NULL, in TcpTestLong()
|
D | net_socket_test_012.c | 115 static void TcpServerRoutine(void *p) in TcpServerRoutine() function 144 ret = sys_thread_new("tcp_server_dup", TcpServerRoutine, NULL, in TcpTestDup()
|
D | net_socket_test_010.c | 136 static void TcpServerRoutine(void *p) in TcpServerRoutine() function 153 ret = sys_thread_new("tcp_server_poll", TcpServerRoutine, NULL, in TcpTestPoll()
|
D | net_socket_test_009.c | 141 static void TcpServerRoutine(void *p) in TcpServerRoutine() function 158 ret = sys_thread_new("tcp_server_select", TcpServerRoutine, NULL, in TcpTestSelect()
|
D | net_socket_test_008.c | 157 static void TcpServerRoutine(void *p) in TcpServerRoutine() function 178 ret = sys_thread_new("tcp_server_more", TcpServerRoutine, NULL, in TcpTestMore()
|
D | net_socket_test_003.c | 227 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/ |
D | net_socket_test_003.cpp | 269 static void* TcpServerRoutine(void *p) in TcpServerRoutine() function 295 ret = pthread_create(&srv, &attr, TcpServerRoutine, NULL); in TcpTest()
|