C Microkernel Realtime eXecutive
Realtime Operating System for Cortex-M based microcontrollers
 
Loading...
Searching...
No Matches

Internal thread startup data structure. More...

Data Fields

int thread_id
 CMRX thread ID.
 
entrypoint_t * entry_point
 thread entry function as CMRX userspace sees it
 
void * entry_arg
 argument to the entry function
 

Detailed Description

Internal thread startup data structure.

Internal structure to communicate CMRX thread details to the routine which initiates Linux thread that hosts the CMRX thread.

Field Documentation

◆ entry_arg

void* thread_startup_t::entry_arg

argument to the entry function

◆ entry_point

entrypoint_t* thread_startup_t::entry_point

thread entry function as CMRX userspace sees it

◆ thread_id

int thread_startup_t::thread_id

CMRX thread ID.