Function report |
Source Code:kernel\sched\completion.c |
Create Date:2022-07-28 09:41:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mplete_all: - signals all threads waiting on this completion*@x: holds the state of this particular completion* This will wake up all threads waiting on this particular completion event
Proto:void complete_all(struct completion *x)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct completion * | x |
61 | spin_lock_irqsave( & lock, flags) |
64 | spin_unlock_irqrestore( & lock, flags) |
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 |