atomic_types.ch
Declarations
Public Only
typealias atomic_bool
type atomic_bool = bool
typealias atomic_char
type atomic_char = char
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_schar
type atomic_schar = char
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_uchar
type atomic_uchar = uchar
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_short
type atomic_short = short
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_ushort
type atomic_ushort = ushort
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_int
type atomic_int = int
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_uint
type atomic_uint = uint
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_long
type atomic_long = long
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_ulong
type atomic_ulong = ulong
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_llong
type atomic_llong = i64
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_ullong
type atomic_ullong = u64
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_char8_t
type atomic_char8_t = char8_t
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_char16_t
type atomic_char16_t = char16_t
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_char32_t
type atomic_char32_t = char32_t
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_wchar_t
type atomic_wchar_t = wchar_t
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_int_least8_t
type atomic_int_least8_t = int_least8_t
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_uint_least8_t
type atomic_uint_least8_t = uint_least8_t
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_int_least16_t
type atomic_int_least16_t = int_least16_t
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_uint_least16_t
type atomic_uint_least16_t = uint_least16_t
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_int_least32_t
type atomic_int_least32_t = int_least32_t
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_uint_least32_t
type atomic_uint_least32_t = uint_least32_t
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_int_least64_t
type atomic_int_least64_t = int_least64_t
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_uint_least64_t
type atomic_uint_least64_t = uint_least64_t
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_int_fast8_t
type atomic_int_fast8_t = int_fast8_t
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_uint_fast8_t
type atomic_uint_fast8_t = uint_fast8_t
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_int_fast16_t
type atomic_int_fast16_t = int_fast16_t
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_uint_fast16_t
type atomic_uint_fast16_t = uint_fast16_t
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_int_fast32_t
type atomic_int_fast32_t = int_fast32_t
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_uint_fast32_t
type atomic_uint_fast32_t = uint_fast32_t
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_int_fast64_t
type atomic_int_fast64_t = int_fast64_t
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_uint_fast64_t
type atomic_uint_fast64_t = uint_fast64_t
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_intptr_t
type atomic_intptr_t = intptr_t
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_uintptr_t
type atomic_uintptr_t = uintptr_t
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_size_t
type atomic_size_t = size_t
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_ptrdiff_t
type atomic_ptrdiff_t = ptrdiff_t
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_intmax_t
type atomic_intmax_t = intmax_t
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
typealias atomic_uintmax_t
type atomic_uintmax_t = uintmax_t
TODO this type should be atomic
See Also
- https:en.cppreference.com/w/c/thread#Atomic_operations
See Also