Module rstubs::interrupts::guard

source ·
Expand description

Implementation of the prologue/epilog modell.

Structs§

  • Synchronizes the kernel with interrupts using the Prolog/Epilog Model
  • Provides access to protected objects and unlocks the guard when it goes out of scope.
  • Protected and synchronized kernel objects
  • Local 🔒

Constants§

  • LEN 🔒
    Size of the epilog queue

Statics§

  • Synchronizes the kernel with interrupts using the Prolog/Epilog Model