Function report |
Source Code:kernel\signal.c |
Create Date:2022-07-28 09:15:23 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__dequeue_signal
Proto:static int __dequeue_signal(struct sigpending *pending, sigset_t *mask, kernel_siginfo_t *info, bool *resched_timer)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct sigpending * | pending | |
sigset_t * | mask | |
kernel_siginfo_t * | info | |
bool * | resched_timer |
610 | sig = next_signal(pending, mask) |
612 | If sig Then collect_signal(sig, pending, info, resched_timer) |
614 | Return sig |
Name | Describe |
---|---|
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. |
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 |