|
RTEMS CPU Kit with SuperCore
4.10.99.0
|
This structure is used to manage the cancelation handlers. More...
#include <cancel.h>

Data Fields | |
| Chain_Node | Node |
| This field is the Chain Node so we can put these on lists. | |
| void(* | routine )(void *) |
| This field is the cancelation routine. | |
| void * | arg |
| This field is the argument to the cancelation routine. | |
This structure is used to manage the cancelation handlers.
This field is the argument to the cancelation routine.
This field is the Chain Node so we can put these on lists.
| void(* POSIX_Cancel_Handler_control::routine)(void *) |
This field is the cancelation routine.
1.7.5