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:Tell a process that it has a new active signal
Proto:void signal_wake_up_state(struct task_struct *t, unsigned int state)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | t | |
unsigned int | state |
756 | Set thread flags in other task's structures.* See asm/thread_info.h for TIF_xxxx flags available: |
764 | If Not wake_up_state(t, state | TASK_INTERRUPTIBLE) Then kick_process(t) |
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 |