Function report |
Source Code:kernel\signal.c |
Create Date:2022-07-28 09:15:08 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:After recalculating TIF_SIGPENDING, we need to make sure the task wakes up.* This is superfluous when called on current, the wakeup is a harmless no-op.
Proto:void recalc_sigpending_and_wake(struct task_struct *t)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | t |
178 | If recalc_sigpending_tsk(t) Then signal_wake_up(t, 0) |
Name | Describe |
---|---|
force_sig_info_to_task | Force a signal that the process can't ignore: if necessary* we unblock the signal and change any SIG_IGN to SIG_DFL.* Note: If we unblock the signal, we always reset it to SIG_DFL,* since we do not want to have a signal handler that was blocked |
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 |