Lines Matching refs:to_cancel
636 AsyncSocketIO* const to_cancel = _async_socket_pull_first_reader(as);
639 _async_socket_cancel_io(as, to_cancel);
640 async_socket_io_release(to_cancel);
652 AsyncSocketIO* const to_cancel = _async_socket_pull_first_writer(as);
655 _async_socket_cancel_io(as, to_cancel);
656 async_socket_io_release(to_cancel);