Barrelfish
Data Fields
bomp_node Struct Reference
+ 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_threadthreads
 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.
 

Detailed Description

state of a BOMP node coordinator


The documentation for this struct was generated from the following file: