|
CHERIoT RTOS
A compartmentalised RTOS for CHERIoT hardware
|
On-stack linked list of cleanup handlers. More...
#include <unwind.h>

Public Attributes | |
| struct CleanupList * | next |
| Next pointer. | |
| struct __jmp_buf | env |
| Jump buffer to return to. | |
On-stack linked list of cleanup handlers.
This is managed by the CHERIOT_HANDLER macro and should not be used directly.
| struct __jmp_buf CleanupList::env |
| struct CleanupList* CleanupList::next |