Lock-free double-ended queue. More...
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... | |
Lock-free double-ended queue.
This file is a GNU parallel extension to the Standard C++ Library.
#define _GLIBCXX_VOLATILE volatile |
Decide whether to declare certain variable volatile in this file.