GNU g++  v5.2.1
GNU Standard C++
queue.h File Reference

Lock-free double-ended queue. More...

Include dependency graph for queue.h:
This graph shows which files directly or indirectly include this file:

Classes

class  __gnu_parallel::_RestrictedBoundedConcurrentQueue< _Tp >
 Double-ended queue of bounded size, allowing lock-free atomic access. More...
 

Namespaces

 __gnu_parallel
 GNU parallel code for public use.
 

Macros

#define _GLIBCXX_VOLATILE   volatile
 Decide whether to declare certain variable volatile in this file. More...
 

Detailed Description

Lock-free double-ended queue.

This file is a GNU parallel extension to the Standard C++ Library.

Macro Definition Documentation

#define _GLIBCXX_VOLATILE   volatile

Decide whether to declare certain variable volatile in this file.