CHERIoT RTOS
A compartmentalised RTOS for CHERIoT hardware
Loading...
Searching...
No Matches
CleanupList Struct Reference

On-stack linked list of cleanup handlers. More...

#include <unwind.h>

Collaboration diagram for CleanupList:

Public Attributes

struct CleanupListnext
 Next pointer.
struct __jmp_buf env
 Jump buffer to return to.

Detailed Description

On-stack linked list of cleanup handlers.

This is managed by the CHERIOT_HANDLER macro and should not be used directly.

Definition at line 19 of file unwind.h.

Member Data Documentation

◆ env

struct __jmp_buf CleanupList::env

Jump buffer to return to.

Definition at line 24 of file unwind.h.

Referenced by cleanup_unwind().

◆ next

struct CleanupList* CleanupList::next

Next pointer.

Definition at line 22 of file unwind.h.

Referenced by cleanup_unwind().


The documentation for this struct was generated from the following file: