Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include "custom_scheduler.h"
#include "scheduler_utility.h"
#include "governor.h"
#include "market.h"
#include "arena.h"
#include "mailbox.h"
#include "observer_proxy.h"
#include "tbb/tbb_machine.h"
#include "tbb/atomic.h"
Go to the source code of this file.
Namespaces | |
tbb | |
The graph class. | |
tbb::internal | |
Identifiers declared inside namespace internal should never be used directly by client code. | |
Functions | |
generic_scheduler * | tbb::internal::allocate_scheduler (market &m, bool genuine) |
void | tbb::internal::Scheduler_OneTimeInitialization (bool itt_present) |
Defined in scheduler.cpp. More... | |
Variables | |
generic_scheduler *(* | tbb::internal::AllocateSchedulerPtr )(market &, bool) |
Pointer to the scheduler factory function. More... | |