Searched refs:os_handle (Results 1 – 1 of 1) sorted by relevance
2421 HANDLE os_handle = uv__get_osfhandle(file); in uv_pipe_open() local2428 if (os_handle == INVALID_HANDLE_VALUE) in uv_pipe_open()2445 os_handle, in uv_pipe_open()2447 &os_handle, in uv_pipe_open()2452 assert(os_handle != INVALID_HANDLE_VALUE); in uv_pipe_open()2460 nt_status = pNtQueryInformationFile(os_handle, in uv_pipe_open()2482 os_handle, in uv_pipe_open()2487 CloseHandle(os_handle); in uv_pipe_open()2493 GetNamedPipeClientProcessId(os_handle, &pipe->pipe.conn.ipc_remote_pid); in uv_pipe_open()2495 GetNamedPipeServerProcessId(os_handle, &pipe->pipe.conn.ipc_remote_pid); in uv_pipe_open()
Completed in 8 milliseconds