Searched refs:jvmTCP (Results 1 – 2 of 2) sorted by relevance
343 Base::TryCloseHandle((const uv_handle_t *)&ctx->jvmTCP); in SendCallbackJdwpNewFD()360 if (uv_tcp_init(loop, &ctx->jvmTCP)) { in SendJdwpNewFD()363 if (uv_tcp_open(&ctx->jvmTCP, fd)) { in SendJdwpNewFD()368 …::SendToStreamEx((uv_stream_t *)&ctx->pipe, (uint8_t *)&ctx->dummy, 1, (uv_stream_t *)&ctx->jvmTCP, in SendJdwpNewFD()
77 uv_tcp_t jvmTCP; member