RTEMS CPU Kit with SuperCore
4.11.3
|
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. More... | |
void(* | routine )(void *) |
This field is the cancelation routine. More... | |
void * | arg |
This field is the argument to the cancelation routine. More... | |
This structure is used to manage the cancelation handlers.
void* POSIX_Cancel_Handler_control::arg |
This field is the argument to the cancelation routine.
Referenced by _POSIX_Threads_cancel_run().
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().
void(* POSIX_Cancel_Handler_control::routine) (void *) |
This field is the cancelation routine.
Referenced by _POSIX_Threads_cancel_run().