RTEMS CPU Kit with SuperCore  4.11.3
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. More...
 
void(* routine )(void *)
 This field is the cancelation routine. More...
 
void * arg
 This field is the argument to the cancelation routine. More...
 

Detailed Description

This structure is used to manage the cancelation handlers.

Field Documentation

◆ arg

void* POSIX_Cancel_Handler_control::arg

This field is the argument to the cancelation routine.

Referenced by _POSIX_Threads_cancel_run().

◆ Node

Chain_Node POSIX_Cancel_Handler_control::Node

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

Referenced by _POSIX_Threads_cancel_run().

◆ routine

void(* POSIX_Cancel_Handler_control::routine) (void *)

This field is the cancelation routine.

Referenced by _POSIX_Threads_cancel_run().


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