Searched refs:jvmTCP (Results 1 – 2 of 2) sorted by relevance
80 uv_tcp_t jvmTCP; member
381 if (uv_tcp_init(loop, &ctx->jvmTCP)) { in SendJdwpNewFD()384 if (uv_tcp_open(&ctx->jvmTCP, fd)) { in SendJdwpNewFD()389 …::SendToStreamEx((uv_stream_t *)&ctx->pipe, (uint8_t *)&ctx->dummy, 1, (uv_stream_t *)&ctx->jvmTCP, in SendJdwpNewFD()