Home
last modified time | relevance | path

Searched refs:uv_is_closing (Results 1 - 25 of 30) sorted by relevance

12

/third_party/libuv/test/
H A Dtest-active.c50 /* uv_is_active() and uv_is_closing() should always return either 0 or 1. */ in TEST_IMPL()
52 ASSERT_OK(uv_is_closing((uv_handle_t*) &timer)); in TEST_IMPL()
58 ASSERT_OK(uv_is_closing((uv_handle_t*) &timer)); in TEST_IMPL()
64 ASSERT_OK(uv_is_closing((uv_handle_t*) &timer)); in TEST_IMPL()
70 ASSERT_OK(uv_is_closing((uv_handle_t*) &timer)); in TEST_IMPL()
75 ASSERT_EQ(1, uv_is_closing((uv_handle_t*) &timer)); in TEST_IMPL()
H A Dtest-shutdown-close.c59 ASSERT_OK(uv_is_closing((uv_handle_t*) req->handle)); in connect_cb()
61 ASSERT_EQ(1, uv_is_closing((uv_handle_t*) req->handle)); in connect_cb()
H A Dtest-udp-sendmmsg-error.c39 ASSERT(uv_is_closing(handle)); in close_cb()
H A Dtest-udp-try-send.c53 ASSERT(uv_is_closing(handle)); in close_cb()
H A Dtest-close-fd.c80 ASSERT_NE(0, uv_is_closing((const uv_handle_t *) &pipe_handle)); in TEST_IMPL()
H A Dtest-ipc.c694 ASSERT_OK(uv_is_closing((uv_handle_t*) &channel)); in ipc_helper()
745 ASSERT_OK(uv_is_closing((uv_handle_t*) &channel)); in ipc_helper_tcp_connection()
799 ASSERT_OK(uv_is_closing((uv_handle_t*) &channel)); in ipc_helper_bind_twice()
840 ASSERT_OK(uv_is_closing((uv_handle_t*) &channel)); in ipc_helper_send_zero()
H A Dtest-udp-send-immediate.c53 ASSERT_EQ(1, uv_is_closing(handle)); in close_cb()
H A Dtest-udp-alloc-cb-fail.c63 ASSERT_EQ(1, uv_is_closing(handle)); in close_cb()
H A Dtest-udp-mmsg.c66 ASSERT(uv_is_closing(handle)); in close_cb()
H A Dtest-udp-send-unreachable.c57 ASSERT_EQ(1, uv_is_closing(handle)); in close_cb()
H A Dtest-udp-send-and-recv.c57 ASSERT_EQ(1, uv_is_closing(handle)); in close_cb()
H A Dtest-udp-connect6.c56 ASSERT(uv_is_closing(handle)); in close_cb()
H A Dtest-udp-connect.c56 ASSERT(uv_is_closing(handle)); in close_cb()
H A Dtest-loop-handles.c150 if (!idle_2_is_active && !uv_is_closing((uv_handle_t*)&idle_2_handle)) { in idle_1_cb()
H A Dtest-ipc-send-recv.c360 ASSERT_OK(uv_is_closing((uv_handle_t*)&ctx2.channel)); in send_recv_start()
H A Dtask.h331 if (!uv_is_closing(handle)) in close_walk_cb()
H A Dtest-ping-pong.c204 ASSERT_OK(uv_is_closing((uv_handle_t *) req->handle)); in pinger_on_connect()
H A Dtest-spawn.c1661 ASSERT_OK(uv_is_closing((uv_handle_t*) &process)); in TEST_IMPL()
1664 ASSERT_EQ(1, uv_is_closing((uv_handle_t*) &process)); in TEST_IMPL()
/third_party/libuv/src/win/
H A Dhandle.c151 int uv_is_closing(const uv_handle_t* handle) { in uv_is_closing() function
H A Dcore.c718 if (uv_is_closing(handle) || fd_out == INVALID_HANDLE_VALUE) in uv_fileno()
/third_party/node/deps/uv/src/win/
H A Dhandle.c151 int uv_is_closing(const uv_handle_t* handle) { in uv_is_closing() function
H A Dcore.c691 if (uv_is_closing(handle) || fd_out == INVALID_HANDLE_VALUE) in uv_fileno()
/third_party/node/src/
H A Dstream_wrap.cc189 return uv_is_closing(reinterpret_cast<uv_handle_t*>(stream())); in IsClosing()
H A Dspawn_sync.cc541 !uv_is_closing(uv_process_handle)) in CloseHandlesAndDeleteLoop()
/third_party/node/test/cctest/
H A Dtest_inspector_socket.cc73 if (!uv_is_closing(handle)) { in really_close()

Completed in 15 milliseconds

12