Searched refs:pipeFds (Results 1 – 2 of 2) sorted by relevance
42 long pipeFds = IOUtil.makePipe(true); in PipeImpl() local43 int readFd = (int) (pipeFds >>> 32); in PipeImpl()44 int writeFd = (int) pipeFds; in PipeImpl()
57 long pipeFds = IOUtil.makePipe(false); in PollSelectorImpl() local58 fd0 = (int) (pipeFds >>> 32); in PollSelectorImpl()59 fd1 = (int) pipeFds; in PollSelectorImpl()