OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
threading.cpp
Go to the documentation of this file.
1 #include "threading.h"
2 #include "thread_count.h"
3 #if DISABLE_CONCURRENCY
4 #elif ENABLE_TBB
5 namespace threading_tbb {
6 ::tbb::task_arena g_tbb_arena;
7 }
8 #endif
tbb::task_arena g_tbb_arena