Barrelfish
Data Fields
bomp_thread Struct Reference

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_nodenode
 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.
 

Detailed Description

this struct stores thread local data such as the team / task of this thread

state of a normal BOMP thread


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