Whenever an interrupt occurs, one thread will be woken up (wake_up_interruptible) and resume execution based on the interrupt.
当中断触发时,就会有一个线程被唤醒(wake_up _ interruptible)并基于中断恢复执行。
Resume the blocked worker thread.
恢复阻塞工作线程。
The time period for the Win32 Sleep function is in milliseconds and can even be INFINITE, in which case the thread will never resume.
用于Win32 sleep函数的时间段的单位是毫秒,可以是INFINITE,在这种情况下线程将永远不会再重新开始。
应用推荐