Searched refs:pipe2 (Results 1 – 3 of 3) sorted by relevance
51 pub fn pipe2(fd: *mut i32, flags: FileMode) -> Result<usize, SystemError> { in pipe2() method
1662 * 修复pipe2在读端或写端关闭后还阻塞问题。1698 修复pipe2在读端或写端关闭后还阻塞问题 (#396)1700 * 修复pipe2在读端或写端关闭后还阻塞问题。2123 Patch pipe2 (#364)
326 Self::pipe2(pipefd, FileMode::empty()) in handle()337 Self::pipe2(pipefd, flags) in handle()