RTEMS CPU Kit with SuperCore  4.10.99.0
Data Fields
POSIX_Cancel_Handler_control Struct Reference

This structure is used to manage the cancelation handlers. More...

#include <cancel.h>

Collaboration diagram for POSIX_Cancel_Handler_control:
Collaboration graph
[legend]

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.

Detailed Description

This structure is used to manage the cancelation handlers.


Field Documentation

This field is the argument to the cancelation routine.

This field is the Chain Node so we can put these on lists.

This field is the cancelation routine.


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