Searched refs:post_completion (Results 1 - 2 of 2) sorted by relevance
/third_party/libuv/src/win/ |
H A D | tcp.c | 343 static void CALLBACK post_completion(void* context, BOOLEAN timed_out) { in post_completion() function 444 req->event_handle, post_completion, (void*) req, in uv__tcp_queue_accept() 509 req->event_handle, post_completion, (void*) req, in uv__tcp_queue_read()
|
/third_party/node/deps/uv/src/win/ |
H A 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()
|
Completed in 4 milliseconds