Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-shutdown-simultaneous.c34 static int called_shutdown_cb; variable
69 called_shutdown_cb++; in read_cb()
101 ASSERT_OK(called_shutdown_cb); in connect_cb()
129 ASSERT_EQ(1, called_shutdown_cb); in TEST_IMPL()
H A Dtest-shutdown-eof.c36 static int called_shutdown_cb; variable
83 called_shutdown_cb++; in shutdown_cb()
110 ASSERT_OK(called_shutdown_cb); in connect_cb()
178 ASSERT_EQ(1, called_shutdown_cb); in TEST_IMPL()

Completed in 4 milliseconds