Function report |
Source Code:kernel\signal.c |
Create Date:2022-07-28 09:15:19 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Flush all pending signals for this kthread.
Proto:void flush_signals(struct task_struct *t)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | t |
474 | spin_lock_irqsave( & siglock, flags) |
475 | clear_tsk_thread_flag(t, signal pending ) |
476 | flush_sigqueue( & pending) |
477 | flush_sigqueue( & shared_pending) |
478 | spin_unlock_irqrestore( & siglock, flags) |
Name | Describe |
---|---|
ignore_signals | |
io_worker_handle_work | |
io_wqe_worker |
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 |