|
mxnet
|
thread-safe data structures. More...
#include <atomic>#include <deque>#include <queue>#include <mutex>#include <vector>#include <utility>#include <condition_variable>#include "dmlc/base.h"
Go to the source code of this file.
Classes | |
| class | dmlc::Spinlock |
| Simple userspace spinlock implementation. More... | |
| class | dmlc::ConcurrentBlockingQueue< T, type > |
| Cocurrent blocking queue. More... | |
Namespaces | |
| dmlc | |
| namespace for dmlc | |
Enumerations | |
| enum | dmlc::ConcurrentQueueType { dmlc::ConcurrentQueueType::kFIFO, dmlc::ConcurrentQueueType::kPriority } |
| type of concurrent queue More... | |
thread-safe data structures.
Copyright (c) 2015 by Contributors
1.8.11