Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-udp-reuseport.c86 static unsigned int thread_loop2_recv; variable
149 thread_loop2_recv++; in on_recv()
272 ASSERT_GT(thread_loop2_recv, 0); in TEST_IMPL()
273 ASSERT_EQ(thread_loop1_recv + thread_loop2_recv, sent); in TEST_IMPL()

Completed in 4 milliseconds