Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary (also found in English - Vietnamese, English - English (Wordnet), )
sleep
Jump to user comments
1. operating system, multitasking (Or "block") When a
process on a multitasking system asks the scheduler to
deactivate it until some given external event (e.g. an
interrupt or a specified time delay) occurs.
The alternative is to poll or "busy wait" for the event
but this uses processing power.
Also used in the phrase "sleep on" (or "block on") some
external event, meaning to wait for it.