|
Barrelfish
|
Collaboration diagram for bomp_node:Data Fields | |
| nodeid_t | id |
| the id of the execution node | |
| nodeid_t | numa_node |
| numa node id | |
| bomp_node_type_t | type |
| type of this node | |
| struct bomp_tls * | tls |
| pointer to the thread local storage | |
| coreid_t | threads_max |
| the number of threads of this node | |
| coreid_t | threads_active |
| the number of active threads on this node | |
| size_t | stack_size |
| size of the stack | |
| struct bomp_thread * | threads |
| pointer to the local threads array | |
| struct bomp_binding * | ctrl |
| control channel | |
| void * | msgbuf |
| message buffer for this frame | |
| struct capref | msgframe |
| backing frame for the message buffer | |
| errval_t | node_err |
| error of the code | |
| struct tx_queue | txq |
| Flounder TX queue. | |
state of a BOMP node coordinator
1.8.11