Home
last modified time | relevance | path

Searched defs:send_handle (Results 1 – 13 of 13) sorted by relevance

/third_party/libuv/src/win/
Dstream.c148 uv_stream_t* send_handle, in uv_write2()
194 uv_stream_t* send_handle) { in uv_try_write2()
Dpipe.c1678 uv_stream_t* send_handle, in uv__pipe_write_ipc()
1780 uv_stream_t* send_handle, in uv__pipe_write()
/third_party/python/Lib/multiprocessing/
Dreduction.py95 def send_handle(conn, handle, destination_pid): function
181 def send_handle(conn, handle, destination_pid): function
258 send_handle = send_handle variable in AbstractReducer
/third_party/libuv/src/unix/
Dstream.c791 uv_stream_t* send_handle) { in uv__try_write()
1404 uv_stream_t* send_handle) { in uv__check_before_write()
1444 uv_stream_t* send_handle, in uv_write2()
1531 uv_stream_t* send_handle) { in uv_try_write2()
/third_party/node/src/
Djs_stream.cc112 uv_stream_t* send_handle) { in DoWrite()
Dstream_base.cc193 uv_stream_t* send_handle = nullptr; in WriteBuffer() local
297 uv_stream_t* send_handle = nullptr; in WriteString() local
Dstream_base-inl.h165 uv_stream_t* send_handle, in Write()
Dstream_wrap.cc374 uv_stream_t* send_handle) { in DoWrite()
Dheap_utils.cc288 uv_stream_t* send_handle) override { in DoWrite()
Dtls_wrap.cc704 uv_stream_t* send_handle) { in DoWrite()
Dnode_file.cc192 uv_stream_t* send_handle) { in DoWrite()
Dnode_http2.cc2239 uv_stream_t* send_handle) { in DoWrite()
/third_party/libuv/include/
Duv.h542 uv_stream_t* send_handle; /* TODO: make private and unix-only in v2.x. */ member