RTEMS  5.1
Data Structures | Typedefs | Functions

Support to run destructors at the end of a test case. More...

Data Structures

struct  T_destructor
 

Typedefs

typedef struct T_destructor T_destructor
 

Functions

void T_add_destructor (T_destructor *, void(*)(T_destructor *))
 
void T_remove_destructor (T_destructor *)
 

Detailed Description

Support to run destructors at the end of a test case.