RTEMS
5.0.0
|
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. | |
Thread entry information.
void( * Thread_Entry_information::adaptor) (Thread_Control *executing) |
Thread entry adaptor.
Calls the corresponding thread entry with the right parameters.
executing | The executing thread. |