Home
last modified time | relevance | path

Searched refs:jvmTCP (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/src/daemon/
Djdwp.h80 uv_tcp_t jvmTCP; member
Djdwp.cpp381 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()