MapLibre Native Core
|
#include <thread>
Go to the source code of this file.
Macros | |
#define | MBGL_STORE_THREAD(tid) const std::thread::id tid = std::this_thread::get_id(); |
#define | MBGL_VERIFY_THREAD(tid) assert(tid == std::this_thread::get_id()); |
#define | MBGL_CONSTEXPR constexpr |
#define | MBGL_EXPORT __attribute__((visibility ("default"))) |
#define MBGL_STORE_THREAD | ( | tid | ) | const std::thread::id tid = std::this_thread::get_id(); |