Function report | 
Source Code:kernel\sched\completion.c | 
Create Date:2022-07-28 09:41:16 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:wait_for_completion_interruptible_timeout: - waits for completion (w/(to,intr))*@x: holds the state of this particular completion*@timeout: timeout value in jiffies* This waits for either a completion of a specific task to be signaled or for a
Proto:long __sched wait_for_completion_interruptible_timeout(struct completion *x, unsigned long timeout)
Type:long
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct completion * | x | |
| unsigned long | timeout | 
| 226 | Return wait_for_common(x, timeout, TASK_INTERRUPTIBLE) | 
| 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  |