next up previous contents
Next: Kernel Level Synchronization Up: Framework Previous: Framework   Contents

Interrupt Service Routine

While accessing a critical section kernel may defer interrupt servicing till the end of critical section (because the ISR may also access the same data structures accessed by the critical section). This methodology may not be responsive enough in a real time systems. So rtker employs a two stage interrupt handling strategy-

Soumyadeb Mitra 2002-08-07