Shadowrun: Awakened 29 September 2011 - Build 871
Defines
tbb_config.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define __TBB_ARENA_PER_MASTER   1
#define __TBB_COUNT_TASK_NODES   TBB_USE_ASSERT
#define __TBB_DEFAULT_PARTITIONER   tbb::auto_partitioner
#define __TBB_EXCEPTION_PTR_PRESENT   (_MSC_VER >= 1600 || __GXX_EXPERIMENTAL_CXX0X__ && (__GNUC__==4 && __GNUC_MINOR__>=4))
#define __TBB_SCHEDULER_OBSERVER   1
#define __TBB_TASK_GROUP_CONTEXT   1
#define TBB_IMPLEMENT_CPP0X   1
#define TBB_USE_ASSERT   TBB_USE_DEBUG
#define TBB_USE_CAPTURED_EXCEPTION   1
#define TBB_USE_DEBUG   0
#define TBB_USE_EXCEPTIONS   0
#define TBB_USE_PERFORMANCE_WARNINGS   TBB_USE_DEBUG
#define TBB_USE_THREADING_TOOLS   TBB_USE_DEBUG

Define Documentation

#define __TBB_ARENA_PER_MASTER   1
#define __TBB_COUNT_TASK_NODES   TBB_USE_ASSERT
#define __TBB_DEFAULT_PARTITIONER   tbb::auto_partitioner

Default partitioner for parallel loop templates in TBB 2.2

Definition at line 136 of file Third Party Tech/TBB/tbb30_20100406oss_win/tbb30_20100406oss/include/tbb/tbb_config.h.

#define __TBB_EXCEPTION_PTR_PRESENT   (_MSC_VER >= 1600 || __GXX_EXPERIMENTAL_CXX0X__ && (__GNUC__==4 && __GNUC_MINOR__>=4))
#define __TBB_SCHEDULER_OBSERVER   1
#define __TBB_TASK_GROUP_CONTEXT   1
#define TBB_IMPLEMENT_CPP0X   1

By default, use C++0x classes if available

Definition at line 90 of file Third Party Tech/TBB/tbb30_20100406oss_win/tbb30_20100406oss/include/tbb/tbb_config.h.

#define TBB_USE_ASSERT   TBB_USE_DEBUG
#define TBB_USE_CAPTURED_EXCEPTION   1
#define TBB_USE_DEBUG   0

This header is supposed to contain macro definitions and C style comments only. The macros defined here are intended to control such aspects of TBB build as

  • compilation modes
  • feature sets
  • workarounds presence Compilation modes

Definition at line 45 of file Third Party Tech/TBB/tbb30_20100406oss_win/tbb30_20100406oss/include/tbb/tbb_config.h.

#define TBB_USE_EXCEPTIONS   0
#define TBB_USE_PERFORMANCE_WARNINGS   TBB_USE_DEBUG
#define TBB_USE_THREADING_TOOLS   TBB_USE_DEBUG

Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net