Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://coin3d.github.io
https://www.kongsberg.com/en/kogt/
cc_fifo Struct Reference

The structure for a first-in, first-out queue. More...

#include <Inventor/C/threads/common.h>

Public Attributes

cc_mutex access
 
cc_fifo_item * head
 
cc_fifo_item * tail
 
cc_fifo_item * free
 
unsigned int elements
 
cc_condvar sleep
 

Detailed Description

The structure for a first-in, first-out queue.


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