Interrupt Control

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2023 Oct 18 7:32
Editor
Edited
Edited
2023 Oct 24 17:10
Refs
Refs

Disabling interrupts guarantees that no interrupt handler will preempt current code

  • critical section data access → lock
  • Disabling of interrupts needed for synchronization
Interrupt Controls
 
 
 
 
 
 

Recommendations