RTEMS  5.0.0
Data Fields
Thread_Entry_information Struct Reference

Thread entry information. More...

#include <thread.h>

Data Fields

void(* adaptor )(Thread_Control *executing)
 Thread entry adaptor. More...
 
union {
   Thread_Entry_idle   Idle
 
   Thread_Entry_numeric   Numeric
 
   Thread_Entry_pointer   Pointer
 
Kinds
 Thread entry data used by the adaptor to call the thread entry function with the right parameters.
 

Detailed Description

Thread entry information.

Field Documentation

◆ adaptor

void( * Thread_Entry_information::adaptor) (Thread_Control *executing)

Thread entry adaptor.

Calls the corresponding thread entry with the right parameters.

Parameters
executingThe executing thread.

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