Function report |
Source Code:kernel\signal.c |
Create Date:2022-07-28 09:15:07 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Re-calculate pending state from the set of locally pending* signals, globally pending signals, and blocked signals.
Proto:static inline bool has_pending_signals(sigset_t *signal, sigset_t *blocked)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
sigset_t * | signal | |
sigset_t * | blocked |
132 | Default |
137 | Case _NSIG_WORDS == 4 |
141 | Break |
143 | Case _NSIG_WORDS == 2 |
147 | Case _NSIG_WORDS == 1 |
149 | Return ready != 0 |
Name | Describe |
---|---|
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 |