Home
last modified time | relevance | path

Searched refs:uv_pipe_pending_count (Results 1 - 13 of 13) sorted by relevance

/third_party/libuv/test/
H A Dtest-ipc-send-recv.c118 ASSERT_GT(uv_pipe_pending_count(pipe), 0); in recv_cb()
134 } while (uv_pipe_pending_count(pipe) > 0); in recv_cb()
322 while (uv_pipe_pending_count(pipe) > 0) { in read_cb()
H A Dtest-ipc.c173 ASSERT_EQ(1, uv_pipe_pending_count(pipe)); in on_read()
203 ASSERT_OK(uv_pipe_pending_count(pipe)); in on_read()
240 ASSERT_GT(uv_pipe_pending_count(pipe), 0); in on_read_listen_after_bound_twice()
272 ASSERT_OK(uv_pipe_pending_count(pipe)); in on_read_listen_after_bound_twice()
377 ASSERT_EQ(1, uv_pipe_pending_count(pipe)); in on_read_connection()
H A Dtest-pipe-sendmsg.c84 while (uv_pipe_pending_count(p) != 0) { in read_cb()
H A Dbenchmark-multi-accept.c185 ASSERT_EQ(1, uv_pipe_pending_count(ipc_pipe)); in ipc_read_cb()
/third_party/libuv/docs/code/multi-echo-server/
H A Dworker.c60 if (!uv_pipe_pending_count(pipe)) { in on_new_connection()
/third_party/node/deps/uv/src/unix/
H A Dpipe.c316 int uv_pipe_pending_count(uv_pipe_t* handle) { in uv_pipe_pending_count() function
/third_party/libuv/src/unix/
H A Dpipe.c401 int uv_pipe_pending_count(uv_pipe_t* handle) { in uv_pipe_pending_count() function
/third_party/node/src/
H A Dstream_wrap.cc260 uv_pipe_pending_count(reinterpret_cast<uv_pipe_t*>(stream())) > 0) { in OnUvRead()
/third_party/libuv/include/
H A Duv.h867 UV_EXTERN int uv_pipe_pending_count(uv_pipe_t* handle);
/third_party/libuv/include/uv_ndk/
H A Duv.h796 UV_EXTERN int uv_pipe_pending_count(uv_pipe_t* handle);
/third_party/node/deps/uv/include/
H A Duv.h809 UV_EXTERN int uv_pipe_pending_count(uv_pipe_t* handle);
/third_party/node/deps/uv/src/win/
H A Dpipe.c2519 int uv_pipe_pending_count(uv_pipe_t* handle) { in uv_pipe_pending_count() function
/third_party/libuv/src/win/
H A Dpipe.c2550 int uv_pipe_pending_count(uv_pipe_t* handle) { in uv_pipe_pending_count() function

Completed in 28 milliseconds