Home
last modified time | relevance | path

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

/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.8.md70 - bugfix: 修复了wait4的异常报错 (#312)
290 修复了wait4的异常报错 (#312)
292 * 修复了wait4的异常报错
H A DV0.1.9.md1654 wait4系统调用支持options字段 (#398)
2032 * 使用rust重写wait4 (#377)
2044 * wait4
/DragonOS/kernel/src/process/
H A Dsyscall.rs142 pub fn wait4( in wait4() method
/DragonOS/kernel/src/syscall/
H A Dmod.rs283 Self::wait4(pid.into(), wstatus, options, rusage) in handle()