Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include "tbb/tbb_stddef.h"
#include "tbb/tbb_machine.h"
#include "tbb/tbb_exception.h"
#include "tbb/internal/_concurrent_queue_impl.h"
#include "concurrent_monitor.h"
#include "itt_notify.h"
#include <new>
#include <cstring>
Go to the source code of this file.
Classes | |
struct | tbb::internal::micro_queue |
A queue using simple locking. More... | |
class | tbb::internal::micro_queue_pop_finalizer |
struct | tbb::internal::predicate_leq |
class | tbb::internal::concurrent_queue_rep |
Internal representation of a ConcurrentQueue. More... | |
class | tbb::internal::concurrent_queue_iterator_rep |
Namespaces | |
tbb | |
The graph class. | |
tbb::internal | |
Identifiers declared inside namespace internal should never be used directly by client code. | |
Macros | |
#define | __TBB_concurrent_queue_H |
#define | RECORD_EVENTS 0 |
Typedefs | |
typedef concurrent_queue_base_v3 | tbb::internal::concurrent_queue_base |
typedef size_t | tbb::internal::ticket |
Variables | |
static void * | tbb::internal::static_invalid_page |
#define __TBB_concurrent_queue_H |
Definition at line 21 of file concurrent_queue.cpp.
#define RECORD_EVENTS 0 |
Definition at line 33 of file concurrent_queue.cpp.