Lines Matching refs:wait_handle
249 if (req->wait_handle != INVALID_HANDLE_VALUE) { in uv__tcp_endgame()
250 UnregisterWait(req->wait_handle); in uv__tcp_endgame()
251 req->wait_handle = INVALID_HANDLE_VALUE; in uv__tcp_endgame()
266 if (handle->read_req.wait_handle != INVALID_HANDLE_VALUE) { in uv__tcp_endgame()
267 UnregisterWait(handle->read_req.wait_handle); in uv__tcp_endgame()
268 handle->read_req.wait_handle = INVALID_HANDLE_VALUE; in uv__tcp_endgame()
452 req->wait_handle == INVALID_HANDLE_VALUE && in uv__tcp_queue_accept()
453 !RegisterWaitForSingleObject(&req->wait_handle, in uv__tcp_queue_accept()
534 req->wait_handle == INVALID_HANDLE_VALUE && in uv__tcp_queue_read()
535 !RegisterWaitForSingleObject(&req->wait_handle, in uv__tcp_queue_read()
626 req->wait_handle = INVALID_HANDLE_VALUE; in uv__tcp_listen()
647 req->wait_handle = INVALID_HANDLE_VALUE; in uv__tcp_listen()
930 req->wait_handle = INVALID_HANDLE_VALUE; in uv__tcp_write()
956 !RegisterWaitForSingleObject(&req->wait_handle, in uv__tcp_write()
1141 if (req->wait_handle != INVALID_HANDLE_VALUE) { in uv__process_tcp_write_req()
1142 UnregisterWait(req->wait_handle); in uv__process_tcp_write_req()
1143 req->wait_handle = INVALID_HANDLE_VALUE; in uv__process_tcp_write_req()