Go to the documentation of this file.
6 #ifndef INCLUDED_ILMTHREAD_CONFIG_H
7 #define INCLUDED_ILMTHREAD_CONFIG_H 1
18 #define ILMTHREAD_THREADING_ENABLED 1
19 #define ILMTHREAD_HAVE_POSIX_SEMAPHORES 1
20 #define ILMTHREAD_USE_TBB 0
25 #define ILMTHREAD_INTERNAL_NAMESPACE_CUSTOM 0
26 #define ILMTHREAD_INTERNAL_NAMESPACE IlmThread_3_4
32 #define ILMTHREAD_NAMESPACE_CUSTOM 0
33 #define ILMTHREAD_NAMESPACE IlmThread
37 #if defined(__cplusplus) && (__cplusplus >= 201402L)
38 # define ILMTHREAD_DEPRECATED(msg) [[deprecated (msg)]]
41 #ifndef ILMTHREAD_DEPRECATED
43 # define ILMTHREAD_DEPRECATED(msg) __declspec(deprecated (msg))
45 # define ILMTHREAD_DEPRECATED(msg) __attribute__ ((deprecated (msg)))
49 #endif // INCLUDED_ILMTHREAD_CONFIG_H