Function report |
Source Code:kernel\signal.c |
Create Date:2022-07-28 09:17:42 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:For kthreads only, must not be used if cloned with CLONE_SIGHAND
Proto:void kernel_sigaction(int sig, __sighandler_t action)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
int | sig | |
__sighandler_t | action |
3928 | spin_lock_irq( & siglock) |
3929 | sa_handler = action |
3930 | If action == gnore signal Then |
3933 | sigemptyset( & mask) |
3938 | recalc_sigpending() |
3940 | spin_unlock_irq( & siglock) |
Name | Describe |
---|---|
call_usermodehelper_exec_sync | Handles UMH_WAIT_PROC. |
allow_signal | |
allow_kernel_signal | |
disallow_signal |
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 |