Function report |
Source Code:kernel\exit.c |
Create Date:2022-07-28 09:03:49 |
Last Modify:2020-03-17 11:17:32 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sys_waitpid() remains for compatibility. waitpid() should be* implemented by calling sys_wait4() from libc.a.
Proto:SYSCALL_DEFINE3(waitpid, pid_t, pid, int __user *, stat_addr, int, options)
Type:
Parameter:Nothing
1646 | Return kernel_wait4(pid, stat_addr, options, NULL) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |