|
Blender
V2.93
|
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_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 68 of file atomic_ops_utils.h.
Definition at line 69 of file atomic_ops_utils.h.
| #define ATOMIC_ASSERT_CONCAT | ( | a, | |
| b | |||
| ) | ATOMIC_ASSERT_CONCAT_(a, b) |
Definition at line 111 of file atomic_ops_utils.h.
| #define ATOMIC_ASSERT_CONCAT_ | ( | a, | |
| b | |||
| ) | a##b |
Definition at line 110 of file atomic_ops_utils.h.
| #define ATOMIC_INLINE static inline __attribute__((always_inline)) |
Definition at line 61 of file atomic_ops_utils.h.
| #define ATOMIC_STATIC_ASSERT | ( | a, | |
| msg | |||
| ) |
Definition at line 122 of file atomic_ops_utils.h.