Module rstubs::interrupts::guard

source ·
Expand description

Implementation of the prologue/epilogue modell.

Structs§

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

Constants§

  • LEN 🔒
    Size of the epilogue queue

Statics§

  • Synchronizes the kernel with interrupts using the Prologue/Epilogue Model