Atlas Runtime
queue_t Struct Reference
Collaboration diagram for queue_t:

Public Attributes

node_thead
 
node_ttail
 
pthread_mutex_t * head_lock
 
pthread_mutex_t * tail_lock
 

Member Data Documentation

node_t * queue_t::head
pthread_mutex_t * queue_t::head_lock
node_t * queue_t::tail
pthread_mutex_t * queue_t::tail_lock

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