|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include "tbb/tbb_stddef.h"#include <deque>#include <climits>#include "tbb/atomic.h"#include "tbb/spin_mutex.h"#include "tbb/tbb_allocator.h"#include "scheduler_common.h"#include "tbb_misc.h"Go to the source code of this file.
Classes | |
| struct | tbb::internal::queue_and_mutex< T, mutex_t > |
| Essentially, this is just a pair of a queue and a mutex to protect the queue. More... | |
| class | tbb::internal::task_stream< Levels > |
| The container for "fairness-oriented" aka "enqueued" tasks. More... | |
Namespaces | |
| tbb | |
| The graph class. | |
| tbb::internal | |
| Identifiers declared inside namespace internal should never be used directly by client code. | |
Typedefs | |
| typedef uintptr_t | tbb::internal::population_t |
Functions | |
| void | tbb::internal::set_one_bit (population_t &dest, int pos) |
| void | tbb::internal::clear_one_bit (population_t &dest, int pos) |
| bool | tbb::internal::is_bit_set (population_t val, int pos) |
Variables | |
| const population_t | tbb::internal::one = 1 |