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

  /src/external/mit/libuv/dist/test/
benchmark-pump.c 77 static uv_pipe_t pipe_write_handles[MAX_WRITE_HANDLES]; variable
115 uv_close((uv_handle_t*) &pipe_write_handles[i], NULL);
238 do_write((uv_stream_t*) &pipe_write_handles[i]);
265 pipe = &pipe_write_handles[max_connect_socket++];
benchmark-pump.c 77 static uv_pipe_t pipe_write_handles[MAX_WRITE_HANDLES]; variable
115 uv_close((uv_handle_t*) &pipe_write_handles[i], NULL);
238 do_write((uv_stream_t*) &pipe_write_handles[i]);
265 pipe = &pipe_write_handles[max_connect_socket++];

Completed in 41 milliseconds