parent
6220820d9b
commit
ea6847b4b5
|
@ -1,5 +1,11 @@
|
|||
# Linux Kernel 等待队列
|
||||
|
||||
**头文件:**
|
||||
|
||||
```cpp
|
||||
#include <linux/wait.h>
|
||||
```
|
||||
|
||||
## wait_event_interruptible_timeout 函数
|
||||
|
||||
**函数原型:**
|
||||
|
|
Loading…
Reference in New Issue