Interrupt Threads
Several operating systems - Solaris, NetBSD, Mac OS X, WinCE and FreeBSD, for example — use different scheme known as interrupt threads. An interrupt handler provided by the device driver is just a high-priority thread which runs with interrupts enabled and, more importantly, may block on mutex. This greatly simplifies locking in the kernel. In addition, an interrupt thread may be preempted by some higher-priority interrupt thread.
Read more about this topic: Interrupt Handler
Famous quotes containing the words interrupt and/or threads:
“Never interrupt a murderer, madame.”
—Walter Reisch (19031963)
“Always the silence, the gesture, the specks of birds
suspended on invisible threads above the Site,”
—Elizabeth Bishop (19111979)
Related Subjects
Related Phrases
Related Words