Function report |
Source Code:include\linux\signal.h |
Create Date:2022-07-28 05:38:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sigisemptyset
Proto:static inline int sigisemptyset(sigset_t *set)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
sigset_t * | set |
86 | Case _NSIG_WORDS == 4 |
89 | Case _NSIG_WORDS == 2 |
91 | Case _NSIG_WORDS == 1 |
92 | Return sig[0] == 0 |
93 | Default |
Name | Describe |
---|---|
flush_sigqueue_mask | Remove signals in mask from the pending set and queue.* Returns 1 if any signals were found.* All callers must be holding the siglock. |
retarget_shared_pending | It could be that complete_signal() picked us to notify about the* group-wide signal. Other threads should be notified now to take* the shared signals in @which since we will not. |
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 |