|
Barrelfish
|
this struct stores thread local data such as the team / task of this thread More...
Collaboration diagram for bomp_thread:Data Fields | |
| coreid_t | id |
| id of the thread | |
| coreid_t | coreid |
| id of the core the thread runs on | |
| size_t | stack_size |
| size of the stack | |
| void * | msgbuf |
| message buffer for this frame | |
| struct capref | msgframe |
| backing frame for the message buffer | |
| struct bomp_node * | node |
| the node this threads belongs to | |
| errval_t | thread_err |
| stores the error in case of failure | |
| struct bomp_binding * | ctrl |
| control channel | |
| struct tx_queue | txq |
| Flounder TX queue. | |
this struct stores thread local data such as the team / task of this thread
state of a normal BOMP thread
1.8.11