/third_party/node/deps/uv/src/win/ |
H A D | internal.h | 84 void uv__process_tcp_read_req(uv_loop_t* loop, uv_tcp_t* handle, uv_req_t* req); 88 uv_req_t* req); 110 void uv__process_udp_recv_req(uv_loop_t* loop, uv_udp_t* handle, uv_req_t* req); 139 uv_req_t* req); 143 uv_req_t* raw_req); 168 uv_req_t* req); 176 uv_req_t* raw_req); 193 uv_req_t* req); 218 uv_req_t* req); 231 uv_req_t* re [all...] |
H A D | req-inl.h | 85 INLINE static uv_req_t* uv__overlapped_to_req(OVERLAPPED* overlapped) { in uv__overlapped_to_req() 86 return CONTAINING_RECORD(overlapped, uv_req_t, u.io.overlapped); in uv__overlapped_to_req() 90 INLINE static void uv__insert_pending_req(uv_loop_t* loop, uv_req_t* req) { in uv__insert_pending_req() 97 uv_req_t* current = loop->pending_reqs_tail; in uv__insert_pending_req() 142 uv_req_t* req; in uv__process_reqs() 143 uv_req_t* first; in uv__process_reqs() 144 uv_req_t* next; in uv__process_reqs()
|
H A D | poll.c | 76 uv_req_t* req; in uv__fast_poll_submit_poll_req() 138 uv_req_t* req) { in uv__fast_poll_process_poll_req() 268 uv_req_t* req = (uv_req_t*) arg; in uv__slow_poll_thread_proc() 337 uv_req_t* req; in uv__slow_poll_submit_poll_req() 367 uv_req_t* req) { in uv__slow_poll_process_poll_req() 527 void uv__process_poll_req(uv_loop_t* loop, uv_poll_t* handle, uv_req_t* req) { in uv__process_poll_req()
|
H A D | async.c | 41 uv_req_t* req; in uv_async_init() 87 uv_req_t* req) { in uv__process_async_wakeup_req()
|
H A D | tcp.c | 354 uv_req_t* req; in post_completion() 357 req = (uv_req_t*) context; in post_completion() 412 uv__insert_pending_req(loop, (uv_req_t*)req); in uv__tcp_queue_accept() 420 uv__insert_pending_req(loop, (uv_req_t*)req); in uv__tcp_queue_accept() 446 uv__insert_pending_req(loop, (uv_req_t*)req); in uv__tcp_queue_accept() 457 uv__insert_pending_req(loop, (uv_req_t*)req); in uv__tcp_queue_accept() 462 uv__insert_pending_req(loop, (uv_req_t*)req); in uv__tcp_queue_accept() 530 uv__insert_pending_req(loop, (uv_req_t*)req); in uv__tcp_queue_read() 539 uv__insert_pending_req(loop, (uv_req_t*)req); in uv__tcp_queue_read() 544 uv__insert_pending_req(loop, (uv_req_t*)re in uv__tcp_queue_read() [all...] |
H A D | pipe.c | 593 uv__insert_pending_req(loop, (uv_req_t*) req); in uv__pipe_shutdown() 607 uv__insert_pending_req(loop, (uv_req_t*) req); in uv__pipe_shutdown() 614 uv__insert_pending_req(loop, (uv_req_t*) req); in uv__pipe_shutdown() 625 uv__insert_pending_req(loop, (uv_req_t*) req); in uv__pipe_shutdown() 883 uv__insert_pending_req(loop, (uv_req_t*) req); in uv_pipe_connect() 899 uv__insert_pending_req(loop, (uv_req_t*) req); in uv_pipe_connect() 1019 uv__insert_pending_req(loop, (uv_req_t*) req); in uv__pipe_queue_accept() 1039 uv__insert_pending_req(loop, (uv_req_t*) req); in uv__pipe_queue_accept() 1343 uv__insert_pending_req(loop, (uv_req_t*)req); in uv__pipe_queue_read() 1382 handle->pipe.conn.non_overlapped_writes_tail->next_req = (uv_req_t*)re in uv__insert_non_overlapped_write_req() [all...] |
H A D | tty.c | 438 uv_req_t* req; in uv_tty_post_raw_read() 443 req = (uv_req_t*) data; in uv_tty_post_raw_read() 478 uv__insert_pending_req(loop, (uv_req_t*)req); in uv__tty_queue_read_raw() 489 uv_req_t* req; in uv_tty_line_read_thread() 499 req = (uv_req_t*) data; in uv_tty_line_read_thread() 614 uv__insert_pending_req(loop, (uv_req_t*)req); in uv__tty_queue_read_line() 698 uv_req_t* req) { in uv_process_tty_read_raw_req() 961 uv_req_t* req) { in uv_process_tty_read_line_req() 1003 uv_req_t* req) { in uv__process_tty_read_req() 1041 uv__insert_pending_req(handle->loop, (uv_req_t*) in uv__tty_read_start() [all...] |
/third_party/libuv/src/win/ |
H A D | req-inl.h | 85 INLINE static uv_req_t* uv__overlapped_to_req(OVERLAPPED* overlapped) { in uv__overlapped_to_req() 86 return CONTAINING_RECORD(overlapped, uv_req_t, u.io.overlapped); in uv__overlapped_to_req() 90 INLINE static void uv__insert_pending_req(uv_loop_t* loop, uv_req_t* req) { in uv__insert_pending_req() 97 uv_req_t* current = loop->pending_reqs_tail; in uv__insert_pending_req() 142 uv_req_t* req; in uv__process_reqs() 143 uv_req_t* first; in uv__process_reqs() 144 uv_req_t* next; in uv__process_reqs()
|
H A D | internal.h | 86 void uv__process_tcp_read_req(uv_loop_t* loop, uv_tcp_t* handle, uv_req_t* req); 90 uv_req_t* req); 112 void uv__process_udp_recv_req(uv_loop_t* loop, uv_udp_t* handle, uv_req_t* req); 141 uv_req_t* req); 145 uv_req_t* raw_req); 170 uv_req_t* req); 185 uv_req_t* req); 210 uv_req_t* req); 223 uv_req_t* req); 243 void uv__process_fs_event_req(uv_loop_t* loop, uv_req_t* re [all...] |
H A D | poll.c | 78 uv_req_t* req; in uv__fast_poll_submit_poll_req() 140 uv_req_t* req) { in uv__fast_poll_process_poll_req() 270 uv_req_t* req = (uv_req_t*) arg; in uv__slow_poll_thread_proc() 339 uv_req_t* req; in uv__slow_poll_submit_poll_req() 369 uv_req_t* req) { in uv__slow_poll_process_poll_req() 528 void uv__process_poll_req(uv_loop_t* loop, uv_poll_t* handle, uv_req_t* req) { in uv__process_poll_req()
|
H A D | async.c | 41 uv_req_t* req; in uv_async_init() 87 uv_req_t* req) { in uv__process_async_wakeup_req()
|
H A D | tcp.c | 344 uv_req_t* req; in post_completion() 347 req = (uv_req_t*) context; in post_completion() 402 uv__insert_pending_req(loop, (uv_req_t*)req); in uv__tcp_queue_accept() 410 uv__insert_pending_req(loop, (uv_req_t*)req); in uv__tcp_queue_accept() 436 uv__insert_pending_req(loop, (uv_req_t*)req); in uv__tcp_queue_accept() 447 uv__insert_pending_req(loop, (uv_req_t*)req); in uv__tcp_queue_accept() 452 uv__insert_pending_req(loop, (uv_req_t*)req); in uv__tcp_queue_accept() 503 uv__insert_pending_req(loop, (uv_req_t*)req); in uv__tcp_queue_read() 512 uv__insert_pending_req(loop, (uv_req_t*)req); in uv__tcp_queue_read() 517 uv__insert_pending_req(loop, (uv_req_t*)re in uv__tcp_queue_read() [all...] |
H A D | tty.c | 433 uv_req_t* req; in uv_tty_post_raw_read() 438 req = (uv_req_t*) data; in uv_tty_post_raw_read() 473 uv__insert_pending_req(loop, (uv_req_t*)req); in uv__tty_queue_read_raw() 484 uv_req_t* req; in uv_tty_line_read_thread() 496 req = (uv_req_t*) data; in uv_tty_line_read_thread() 608 uv__insert_pending_req(loop, (uv_req_t*)req); in uv__tty_queue_read_line() 692 uv_req_t* req) { in uv_process_tty_read_raw_req() 950 uv_req_t* req) { in uv_process_tty_read_line_req() 992 uv_req_t* req) { in uv__process_tty_read_req() 1030 uv__insert_pending_req(handle->loop, (uv_req_t*) in uv__tty_read_start() [all...] |
H A D | pipe.c | 601 uv__insert_pending_req(loop, (uv_req_t*) req); in uv__pipe_shutdown() 615 uv__insert_pending_req(loop, (uv_req_t*) req); in uv__pipe_shutdown() 622 uv__insert_pending_req(loop, (uv_req_t*) req); in uv__pipe_shutdown() 633 uv__insert_pending_req(loop, (uv_req_t*) req); in uv__pipe_shutdown() 869 uv__insert_pending_req(loop, (uv_req_t*) req); in uv_pipe_connect() 975 uv__insert_pending_req(loop, (uv_req_t*) req); in uv_pipe_connect2() 993 uv__insert_pending_req(loop, (uv_req_t*) req); in uv_pipe_connect2() 1113 uv__insert_pending_req(loop, (uv_req_t*) req); in uv__pipe_queue_accept() 1133 uv__insert_pending_req(loop, (uv_req_t*) req); in uv__pipe_queue_accept() 1438 uv__insert_pending_req(loop, (uv_req_t*)re in uv__pipe_queue_read() [all...] |
/third_party/libuv/test/ |
H A D | benchmark-pump.c | 41 static uv_req_t* req_alloc(void); 42 static void req_free(uv_req_t* uv_req); 193 req_free((uv_req_t*) req); in write_cb() 226 req_free((uv_req_t*) req); in connect_cb() 318 static uv_req_t* req_alloc(void) { in req_alloc() 324 return (uv_req_t*) req; in req_alloc() 328 return (uv_req_t*) req; in req_alloc() 332 static void req_free(uv_req_t* uv_req) { in req_free()
|
H A D | test-threadpool-cancel.c | 94 static int known_broken(uv_req_t* req) { in known_broken() 126 ASSERT_NE(known_broken((uv_req_t*) req) || \ in fs_cb() 165 uv_req_t* req; in timer_cb() 171 req = (uv_req_t*) ((char*) ci->reqs + i * ci->stride); in timer_cb() 281 ASSERT_OK(uv_cancel((uv_req_t*) &req)); in TEST_IMPL() 377 ASSERT_OK(uv_cancel((uv_req_t*) &req)); in TEST_IMPL() 410 ASSERT_EQ(uv_cancel((uv_req_t*) &req), UV_EBUSY); in TEST_IMPL()
|
/third_party/libuv/src/ |
H A D | uv-data-getter-setters.c | 65 uv_req_type uv_req_get_type(const uv_req_t* req) { in uv_req_get_type() 69 void* uv_req_get_data(const uv_req_t* req) { in uv_req_get_data() 73 void uv_req_set_data(uv_req_t* req, void* data) { in uv_req_set_data()
|
H A D | threadpool.c | 596 static int uv__work_cancel(uv_loop_t* loop, uv_req_t* req, struct uv__work* w) { in uv__work_cancel() 811 uv_req_t* req, in uv__work_submit() 849 uv_req_t* req, in uv__work_submit_with_qos() 898 (uv_req_t*)req, in uv_queue_work() 945 (uv_req_t*)req, in uv_queue_work_with_qos() 960 int uv_cancel(uv_req_t* req) { in uv_cancel()
|
/third_party/node/deps/uv/src/ |
H A D | uv-data-getter-setters.c | 65 uv_req_type uv_req_get_type(const uv_req_t* req) { in uv_req_get_type() 69 void* uv_req_get_data(const uv_req_t* req) { in uv_req_get_data() 73 void uv_req_set_data(uv_req_t* req, void* data) { in uv_req_set_data()
|
/third_party/node/src/ |
H A D | node_postmortem_metadata.cc | 59 OffsetOf<ListNode<ReqWrapBase>, ReqWrap<uv_req_t>>( in GenDebugSymbols() 60 &ReqWrap<uv_req_t>::req_wrap_queue_); in GenDebugSymbols()
|
H A D | threadpoolwork-inl.h | 63 return uv_cancel(reinterpret_cast<uv_req_t*>(&work_req_)); in CancelWork()
|
/third_party/libuv/src/unix/ |
H A D | getnameinfo.c | 101 uv__req_init(loop, (uv_req_t*)req, UV_GETNAMEINFO); in uv_getnameinfo() 112 (uv_req_t*)req, in uv_getnameinfo()
|
/third_party/libuv/include/uv/ |
H A D | win.h | 336 uv_req_t* pending_reqs_tail; \ 468 uv_req_t recv_req; \ 545 uv_req_t poll_req_1; \ 546 uv_req_t poll_req_2; \
|
/third_party/node/deps/uv/include/uv/ |
H A D | win.h | 333 uv_req_t* pending_reqs_tail; \ 464 uv_req_t recv_req; \ 541 uv_req_t poll_req_1; \ 542 uv_req_t poll_req_2; \
|
/third_party/node/test/cctest/ |
H A D | test_node_postmortem_metadata.cc | 54 class TestReqWrap : public node::ReqWrap<uv_req_t> { 61 : node::ReqWrap<uv_req_t>(env, in TestReqWrap()
|