Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds