tree: a758830015e9acc560cf766f4cef6354037ef181 [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