Thread pool
Data Fields
queue Struct Reference

Standard FIFO queue. More...

#include <threadpool.h>

Collaboration diagram for queue:
Collaboration graph
[legend]

Data Fields

node_tfirst
 pointer to the first element;
 
node_tlast
 pointer to the last element;
 
size_t size
 size of the queue;
 

Detailed Description

Standard FIFO queue.


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