Searched refs:post_completion (Results 1 – 2 of 2) sorted by relevance
/third_party/libuv/src/win/ |
D | tcp.c | 353 static void CALLBACK post_completion(void* context, BOOLEAN timed_out) { in post_completion() function 454 req->event_handle, post_completion, (void*) req, in uv__tcp_queue_accept() 536 req->event_handle, post_completion, (void*) req, in uv__tcp_queue_read()
|
/third_party/node/deps/uv/src/win/ |
D | tcp.c | 353 static void CALLBACK post_completion(void* context, BOOLEAN timed_out) { in post_completion() function 454 req->event_handle, post_completion, (void*) req, in uv__tcp_queue_accept() 536 req->event_handle, post_completion, (void*) req, in uv__tcp_queue_read()
|