Function report |
Source Code:include\linux\signal.h |
Create Date:2022-07-28 05:38:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sigemptyset
Proto:static inline void sigemptyset(sigset_t *set)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
sigset_t * | set |
185 | Default |
188 | Case _NSIG_WORDS == 2 |
188 | sig[1] = 0 |
190 | Case _NSIG_WORDS == 1 |
190 | sig[0] = 0 |
191 | Break |
Name | Describe |
---|---|
copy_process | Create a new process |
flush_sigqueue | |
flush_signal_handlers | Flush all handlers for a task. |
do_sigtimedwait | do_sigtimedwait - wait for queued signals specified in @which*@which: queued signals to wait for*@info: if non-null, the signal's siginfo is returned here*@ts: upper bound on process time suspension |
kernel_sigaction | For kthreads only, must not be used if cloned with CLONE_SIGHAND |
do_sigaction | |
SYSCALL_DEFINE2 | For backwards compatibility. Functionality superseded by sigaction. |
selinux_bprm_committed_creds | Clean up the process immediately after the installation of new credentials* due to exec |
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 |