Home
last modified time | relevance | path

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

/libuv/src/win/
H A Dpipe.c472 DWORD current_mode = 0; in uv__set_pipe_handle() local
491 if (!GetNamedPipeHandleState(pipeHandle, &current_mode, NULL, NULL, in uv__set_pipe_handle()
494 } else if (current_mode & PIPE_NOWAIT) { in uv__set_pipe_handle()

Completed in 8 milliseconds