Function report |
Source Code:include\linux\sched\signal.h |
Create Date:2022-07-28 05:40:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kernel_dequeue_signal
Proto:static inline int kernel_dequeue_signal(void)
Type:int
Parameter:Nothing
271 | task = current process |
275 | spin_lock_irq( & siglock) |
276 | ret = Dequeue a signal and return the element to the caller, which is* expected to free it.* All callers have to hold the siglock. |
277 | spin_unlock_irq( & siglock) |
279 | Return ret |
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 |