Searched refs:srv (Results 1 - 2 of 2) sorted by relevance
/test/xts/acts/kernel_lite/net_posix/src/ |
H A D | ActsNetTest.cpp | 693 pthread_t srv; in HWTEST_F() local 699 ret = pthread_create(&srv, nullptr, SampleTcpServerTask, nullptr); in HWTEST_F() 706 ret = pthread_join(srv, nullptr); in HWTEST_F() 720 pthread_t srv; in HWTEST_F() local 721 int ret = pthread_create(&srv, nullptr, TcpServerLoopTask, nullptr); in HWTEST_F() 738 ret = pthread_join(srv, nullptr); in HWTEST_F()
|
/test/xts/acts/communication_lite/lwip_posix/src/ |
H A D | ActsLwipTest.cpp | 507 pthread_t srv; in HWTEST_F() local 513 ret = pthread_create(&srv, nullptr, SampleTcpServerTask, nullptr); in HWTEST_F() 520 ret = pthread_join(srv, nullptr); in HWTEST_F()
|
Completed in 7 milliseconds