|
WG14 threadsafe signals
|
#include <stdio.h>

Go to the source code of this file.
Macros | |
| #define | WG14_SIGNALS_INLINE inline |
| #define | WG14_SIGNALS_THREAD_LOCAL _Thread_local |
| #define | WG14_SIGNALS_HAVE_ASYNC_SAFE_THREAD_LOCAL 0 |
| #define | WG14_SIGNALS_NULLPTR NULL |
| #define | WG14_SIGNALS_IGNORE_MULTIPLE_DEFINITIONS __attribute__((weak)) |
| #define | WG14_SIGNALS_DEFAULT_VISIBILITY __attribute__((visibility("default"))) |
| #define | WG14_SIGNALS_ENABLE_HEADER_ONLY 0 |
| #define | WG14_SIGNALS_EXTERN_IMPL extern |
| #define | WG14_SIGNALS_EXTERN WG14_SIGNALS_EXTERN_IMPL |
| #define | WG14_SIGNALS_STDERR_PRINTF(...) |
| #define WG14_SIGNALS_DEFAULT_VISIBILITY __attribute__((visibility("default"))) |
| #define WG14_SIGNALS_EXTERN WG14_SIGNALS_EXTERN_IMPL |
| #define WG14_SIGNALS_IGNORE_MULTIPLE_DEFINITIONS __attribute__((weak)) |
| #define WG14_SIGNALS_STDERR_PRINTF | ( | ... | ) |