Blender
V3.3
|
Go to the source code of this file.
Macros | |
#define | ATOMIC_INLINE static inline __attribute__((always_inline)) |
#define | _ATOMIC_LIKELY(x) (x) |
#define | _ATOMIC_UNLIKELY(x) (x) |
#define | _ATOMIC_MAYBE_UNUSED |
#define | ATOMIC_ASSERT_CONCAT_(a, b) a##b |
#define | ATOMIC_ASSERT_CONCAT(a, b) ATOMIC_ASSERT_CONCAT_(a, b) |
#define | ATOMIC_STATIC_ASSERT(a, msg) |
Definition at line 73 of file atomic_ops_utils.h.
#define _ATOMIC_MAYBE_UNUSED |
Definition at line 75 of file atomic_ops_utils.h.
Definition at line 74 of file atomic_ops_utils.h.
#define ATOMIC_ASSERT_CONCAT | ( | a, | |
b | |||
) | ATOMIC_ASSERT_CONCAT_(a, b) |
Definition at line 117 of file atomic_ops_utils.h.
#define ATOMIC_ASSERT_CONCAT_ | ( | a, | |
b | |||
) | a##b |
Definition at line 116 of file atomic_ops_utils.h.
#define ATOMIC_INLINE static inline __attribute__((always_inline)) |
Definition at line 65 of file atomic_ops_utils.h.
#define ATOMIC_STATIC_ASSERT | ( | a, | |
msg | |||
) |
Definition at line 128 of file atomic_ops_utils.h.