Google OR-Tools: ortools/port/os.h Source File
Go to the documentation of this file.
19#define ORTOOLS_TARGET_OS_IS_ANDROID
22#if (defined(__apple__) || defined(__APPLE__) || defined(__MACH__))
24#include "TargetConditionals.h"
26#define ORTOOLS_TARGET_OS_IS_IOS
31#define ORTOOLS_TARGET_OS_IS_EMSCRIPTEN
34#if defined(ORTOOLS_TARGET_OS_IS_ANDROID) || \
35 defined(ORTOOLS_TARGET_OS_IS_IOS) || \
36 defined(ORTOOLS_TARGET_OS_IS_EMSCRIPTEN)
37#define ORTOOLS_TARGET_OS_SUPPORTS_THREADS 0
39#define ORTOOLS_TARGET_OS_SUPPORTS_THREADS 1