Function report |
Source Code:kernel\signal.c |
Create Date:2022-07-28 09:15:26 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Remove signals in mask from the pending set and queue.* Returns 1 if any signals were found.* All callers must be holding the siglock.
Proto:static void flush_sigqueue_mask(sigset_t *mask, struct sigpending *s)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
sigset_t * | mask | |
struct sigpending * | s |
779 | sigandsets( & m, mask, & signal) |
780 | If sigisemptyset( & m) Then Return |
783 | sigandnsets( & signal, & signal, mask) |
785 | If sigismember(mask, si_signo) Then |
787 | __sigqueue_free(q) |
Name | Describe |
---|---|
prepare_signal | Handle magic process-wide effects of stop/continue signals |
kernel_sigaction | For kthreads only, must not be used if cloned with CLONE_SIGHAND |
do_sigaction |
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 |