Function report |
Source Code:kernel\signal.c |
Create Date:2022-07-28 09:18:04 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sigsuspend
Proto:static int sigsuspend(sigset_t *set)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
sigset_t * | set |
4434 | saved_sigmask = blocked |
4437 | When Not signal_pending(current process) cycle |
4439 | schedule() |
4442 | Return -start if no handler.. |
Name | Describe |
---|---|
SYSCALL_DEFINE2 | sys_rt_sigsuspend - replace the signal mask for a value with the*@unewset value until a signal is received*@unewset: new signal mask value*@sigsetsize: size of sigset_t type |
COMPAT_SYSCALL_DEFINE2 |
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 |