#include "scheduler_common.h"
#include "tbb/spin_mutex.h"
#include "mailbox.h"
#include "tbb_misc.h"
#include "itt_notify.h"
#include "../rml/include/rml_tbb.h"
#include "intrusive_list.h"
#include "arena.h"
#include "governor.h"
Go to the source code of this file.
|
| namespace | tbb |
| | The graph class.
|
| |
| namespace | tbb::internal |
| | Identifiers declared inside namespace internal should never be used directly by client code.
|
| |
◆ EmptyTaskPool
| #define EmptyTaskPool ((task**)0) |
◆ LockedTaskPool
| #define LockedTaskPool ((task**)~(intptr_t)0) |