MobilityDB 1.3
Loading...
Searching...
No Matches
Macros
meos_tls.h File Reference

Thread-local-storage qualifier macro used by MEOS to mark per-thread state. More...

Go to the source code of this file.

Macros

#define MEOS_TLS   /* not supported; falls back to non-thread-safe globals */
 

Detailed Description

Thread-local-storage qualifier macro used by MEOS to mark per-thread state.

Kept in a stand-alone header so that vendored PostgreSQL headers (e.g. pgtime.h) can pick it up without pulling in the full meos.h.