Home | History | Annotate | Download | only in include

Lines Matching full:__atomic_type_lock_free

98 #define __atomic_type_lock_free(T)				\
103 __atomic_type_lock_free (atomic_bool)
105 __atomic_type_lock_free (atomic_char)
107 __atomic_type_lock_free (atomic_char16_t)
109 __atomic_type_lock_free (atomic_char32_t)
111 __atomic_type_lock_free (atomic_wchar_t)
113 __atomic_type_lock_free (atomic_short)
115 __atomic_type_lock_free (atomic_int)
117 __atomic_type_lock_free (atomic_long)
119 __atomic_type_lock_free (atomic_llong)
121 __atomic_type_lock_free (void * _Atomic)