Home
last modified time | relevance | path

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

/libuv/src/win/
H A Dprocess-stdio.c307 HANDLE stream_handle, child_handle; in uv__stdio_create() local
313 stream_handle = ((uv_tty_t*) stream)->handle; in uv__stdio_create()
317 stream_handle = ((uv_pipe_t*) stream)->handle; in uv__stdio_create()
320 stream_handle = INVALID_HANDLE_VALUE; in uv__stdio_create()
324 if (stream_handle == NULL || in uv__stdio_create()
325 stream_handle == INVALID_HANDLE_VALUE) { in uv__stdio_create()
333 err = uv__duplicate_handle(loop, stream_handle, &child_handle); in uv__stdio_create()
/libuv/test/
H A Dbenchmark-multi-accept.c28 union stream_handle { union
36 typedef unsigned char handle_storage_t[sizeof(union stream_handle)];

Completed in 14 milliseconds