Uninterruptible sleep
From Wikipedia, the free encyclopedia
It has been suggested that this article or section be merged with Sleep (operating system). (Discuss) |
In computer operating systems terminology, a sleeping process can either be interruptible (woken via signals) or uninterruptible (woken explicitly). An uninterruptible sleep state is a sleep state that cannot handle a signal (such as waiting for disk or network IO (input/output)).
When the process is sleeping uninterruptibly, the signal will be noticed when the process returns from the system call or trap.