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

  /src/external/mit/libuv/dist/src/win/
process-stdio.c 308 HANDLE stream_handle, child_handle; local
314 stream_handle = ((uv_tty_t*) stream)->handle;
318 stream_handle = ((uv_pipe_t*) stream)->handle;
321 stream_handle = INVALID_HANDLE_VALUE;
325 if (stream_handle == NULL ||
326 stream_handle == INVALID_HANDLE_VALUE) {
334 err = uv__duplicate_handle(loop, stream_handle, &child_handle);
  /src/external/mit/libuv/dist/test/
benchmark-multi-accept.c 28 union stream_handle { union
36 typedef unsigned char handle_storage_t[sizeof(union stream_handle)];

Completed in 20 milliseconds