HomeSort by: relevance | last modified time | path
    Searched defs:connection_context (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-poll.c 495 connection_context_t* connection_context; local
509 connection_context = create_connection_context(sock, 1);
510 connection_context->events = UV_READABLE | UV_WRITABLE | UV_DISCONNECT;
511 r = uv_poll_start(&connection_context->poll_handle,
test-poll.c 495 connection_context_t* connection_context; local
509 connection_context = create_connection_context(sock, 1);
510 connection_context->events = UV_READABLE | UV_WRITABLE | UV_DISCONNECT;
511 r = uv_poll_start(&connection_context->poll_handle,

Completed in 36 milliseconds