Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-stdio-over-pipes.c133 (overlapped ? UV_OVERLAPPED_PIPE : 0); in test_stdio_over_pipes()
136 (overlapped ? UV_OVERLAPPED_PIPE : 0); in test_stdio_over_pipes()
/netbsd-src/external/mit/libuv/dist/include/
H A Duv.h963 UV_OVERLAPPED_PIPE = 0x40 /* old name, for compatibility */ enumerator