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 | |
Internal thread startup data structure.
Internal structure to communicate CMRX thread details to the routine which initiates Linux thread that hosts the CMRX thread.
| void* thread_startup_t::entry_arg |
argument to the entry function
| entrypoint_t* thread_startup_t::entry_point |
thread entry function as CMRX userspace sees it
| int thread_startup_t::thread_id |
CMRX thread ID.