Home
last modified time | relevance | path

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

/DragonOS/kernel/src/ipc/
H A Dsyscall.rs51 pub fn pipe2(fd: *mut i32, flags: FileMode) -> Result<usize, SystemError> { in pipe2() method
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.9.md1662 * 修复pipe2在读端或写端关闭后还阻塞问题。
1698 修复pipe2在读端或写端关闭后还阻塞问题 (#396)
1700 * 修复pipe2在读端或写端关闭后还阻塞问题。
2123 Patch pipe2 (#364)
/DragonOS/kernel/src/syscall/
H A Dmod.rs326 Self::pipe2(pipefd, FileMode::empty()) in handle()
337 Self::pipe2(pipefd, flags) in handle()