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:recalc_sigpending
Proto:void recalc_sigpending(void)
Type:void
Parameter:Nothing
184 | If Not recalc_sigpending_tsk(current process) && Not freezing(current process) && Not klp_patch_pending(current process) Then clear_thread_flag(signal pending ) |
Name | Describe |
---|---|
calculate_sigpending | |
dequeue_signal | Dequeue a signal and return the element to the caller, which is* expected to free it.* All callers have to hold the siglock. |
dequeue_synchronous_signal | |
get_signal | |
__set_task_blocked | |
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 |
handle_singlestep | Perform required fix-ups and disable singlestep.* Allow pending signals to take effect. |
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 |