Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

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 )
Caller
NameDescribe
calculate_sigpending
dequeue_signalDequeue 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_sigtimedwaitdo_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_sigactionFor kthreads only, must not be used if cloned with CLONE_SIGHAND
handle_singlestepPerform required fix-ups and disable singlestep.* Allow pending signals to take effect.