Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-shutdown-eof.c33 static int got_q; variable
56 if (!got_q) { in read_cb()
61 got_q = 1; in read_cb()
118 ASSERT(got_q); in tcp_close_cb()
180 ASSERT(got_q); in TEST_IMPL()
H A Dtest-shutdown-simultaneous.c31 static int got_q; variable
60 if (!got_q) { in read_cb()
65 got_q = 1; in read_cb()
131 ASSERT_EQ(1, got_q); in TEST_IMPL()

Completed in 5 milliseconds