|
RTEMS
|
Thread entry information. More...
#include <thread.h>
Public Attributes | |
| 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. | |
| void( * Thread_Entry_information::adaptor) (Thread_Control *executing) |
1.8.14