Function report |
Source Code:kernel\signal.c |
Create Date:2020-09-18 20:21:26 |
| Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download PLEA | Chinese |
Name:sys_rt_sigsuspend - replace the signal mask for a value with the
Proto:SYSCALL_DEFINE2(rt_sigsuspend, sigset_t *, unewset, size_t, sigsetsize)
Type:
Parameter:Nothing
| 4456 | If sigsetsize != sizeof(sigset_t) Then Return -Invalid argument |
| 4459 | If copy_from_user( & newset, unewset, size of newset ) Then Return -Bad address |
| 4461 | Return sigsuspend( & newset) |
| Automatic code generation | X |
|---|---|
| Oracle-pc;Informix-ec;Mysql-c sqlj-Oracle, Informixjava-JDBC |