Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/process/
Dsyscall.rs36 pub fn wait4( in wait4() method
/DragonOS-0.1.8/docs/community/ChangeLog/V0.1.x/
DV0.1.8.md70 - bugfix: 修复了wait4的异常报错 (#312)
290 修复了wait4的异常报错 (#312)
292 * 修复了wait4的异常报错
/DragonOS-0.1.8/kernel/src/syscall/
Dmod.rs600 Self::wait4(pid, wstatus, options, rusage) in handle()