tree: 41a4d6cd98f3dfe4feed320b14d145138a0ae40d [path history] [tgz]
  1. helper.cc
  2. helper.h
  3. README.md
  4. top.cc
  5. xmake.lua
tests.extra/regress-thread_exit_IRQ/README.md

This checks for a specific bug fixed in 2024/11, where it was possible to invoke the scheduler's exception entrypoint, which must run with IRQs deferred, with IRQs enabled if a thread exited from its initial activation via a slightly unusual path.

See https://github.com/CHERIoT-Platform/cheriot-rtos/pull/346