Searched refs:CLIENT_NUM (Results 1 - 4 of 4) sorted by relevance
/kernel/liteos_a/testsuites/unittest/net/socket/smoke/ |
H A D | net_socket_test_009.cpp | 41 #define CLIENT_NUM 25 macro 42 #define BACKLOG CLIENT_NUM 237 pthread_t clients[CLIENT_NUM]; in PollTest() 239 ret = StartClients(clients, CLIENT_NUM); in PollTest() 265 for (int i = 0; i < CLIENT_NUM; ++i) { in PollTest() 270 ICUNIT_ASSERT_EQUAL(gBye, CLIENT_NUM, gBye + CloseAllFd()); in PollTest()
|
H A D | net_socket_test_008.cpp | 41 #define CLIENT_NUM 25 macro 42 #define BACKLOG CLIENT_NUM 237 pthread_t clients[CLIENT_NUM]; in SelectTest() 239 ret = StartClients(clients, CLIENT_NUM); in SelectTest() 269 for (int i = 0; i < CLIENT_NUM; ++i) { in SelectTest() 274 ICUNIT_ASSERT_EQUAL(gBye, CLIENT_NUM, gBye + CloseAllFd()); in SelectTest()
|
H A D | net_socket_test_011.cpp | 41 #define CLIENT_NUM 25 macro 217 pthread_t clients[CLIENT_NUM]; in UdpSelectTest() 219 ret = StartClients(clients, CLIENT_NUM); in UdpSelectTest() 249 for (int i = 0; i < CLIENT_NUM; ++i) { in UdpSelectTest() 254 ICUNIT_ASSERT_EQUAL(gBye, CLIENT_NUM, gBye + CloseAllFd()); in UdpSelectTest()
|
H A D | net_socket_test_013.cpp | 43 #define CLIENT_NUM 1 macro 291 pthread_t clients[CLIENT_NUM]; in UdpBrdcastSelectTest() 293 ret = StartClients(clients, CLIENT_NUM); in UdpBrdcastSelectTest() 323 for (int i = 0; i < CLIENT_NUM; ++i) { in UdpBrdcastSelectTest() 328 ICUNIT_ASSERT_EQUAL(gBye, CLIENT_NUM, gBye + CloseAllFd()); in UdpBrdcastSelectTest()
|
Completed in 3 milliseconds