Function report |
Source Code:kernel\signal.c |
Create Date:2020-09-18 20:21:21 |
| Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download PLEA | Chinese |
Name:COMPAT_SYSCALL_DEFINE4
Proto:COMPAT_SYSCALL_DEFINE4(rt_sigtimedwait_time64, compat_sigset_t *, uthese, struct compat_siginfo *, uinfo, struct __kernel_timespec *, uts, compat_size_t, sigsetsize)
Type:
Parameter:Nothing
| 3565 | If sigsetsize != sizeof(sigset_t) Then Return -Invalid argument |
| 3568 | If get_compat_sigset( & s, uthese) Then Return -Bad address |
| 3571 | If uts Then |
| 3572 | If get_timespec64( & t, uts) Then Return -Bad address |
| 3579 | If copy_siginfo_to_user32(uinfo, & info) Then ret = -Bad address |
| 3583 | Return ret |
| Automatic code generation | X |
|---|---|
| Oracle-pc;Informix-ec;Mysql-c sqlj-Oracle, Informixjava-JDBC |