mn_atomic.hpp File Reference

Basic atomics types This file is part of the Mini Thread Library (https://github.com/RoseLeBlood/MiniThread ). More...

#include "mn_config.hpp"
#include <stdint.h>
#include "mn_def.hpp"
#include "atomic/mn_atomic_flags.hpp"
#include "atomic/mn_atomic_primary_types.hpp"

Go to the source code of this file.

Classes

class  mn::basic_atomic_flag< TAtomicType, TTrue, TFalse >
 

Namespaces

 mn
 

Typedefs

template<typename T >
using mn::atomic_ptr = _atomic_ptr< T * >
 
using mn::atomic_bool = _atomic< bool >
 
using mn::atomic_char = _atomic< char >
 
using mn::atomic_schar = _atomic< signed char >
 
using mn::atomic_short = _atomic< short >
 
using mn::atomic_int = _atomic< int >
 
using mn::atomic_long = _atomic< long >
 
using mn::atomic_int_least8_t = _atomic< int_least8_t >
 
using mn::atomic_int_least16_t = _atomic< int_least16_t >
 
using mn::atomic_int_least32_t = _atomic< int_least32_t >
 
using mn::atomic_int_least64_t = _atomic< int_least64_t >
 
using mn::atomic_int_fast8_t = _atomic< int_fast8_t >
 
using mn::atomic_int_fast16_t = _atomic< int_fast16_t >
 
using mn::atomic_int_fast32_t = _atomic< int_fast32_t >
 
using mn::atomic_int_fast64_t = _atomic< int_fast64_t >
 
using mn::atomic_int8_t = _atomic< int8_t >
 
using mn::atomic_int16_t = _atomic< int16_t >
 
using mn::atomic_int32_t = _atomic< int32_t >
 
using mn::atomic_int64_t = _atomic< int64_t >
 
using mn::atomic_uchar = _atomic< unsigned char >
 
using mn::atomic_ushort = _atomic< unsigned short >
 
using mn::atomic_uint = _atomic< unsigned int >
 
using mn::atomic_ulong = _atomic< unsigned long >
 
using mn::atomic_uint_least8_t = _atomic< uint_least8_t >
 
using mn::atomic_uint_least16_t = _atomic< uint_least16_t >
 
using mn::atomic_uint_least32_t = _atomic< uint_least32_t >
 
using mn::atomic_uint_least64_t = _atomic< uint_least64_t >
 
using mn::atomic_uint_fast8_t = _atomic< uint_fast8_t >
 
using mn::atomic_uint_fast16_t = _atomic< uint_fast16_t >
 
using mn::atomic_uint_fast32_t = _atomic< uint_fast32_t >
 
using mn::atomic_uint_fast64_t = _atomic< uint_fast64_t >
 
using mn::atomic_uint8_t = _atomic< uint8_t >
 
using mn::atomic_uint16_t = _atomic< uint16_t >
 
using mn::atomic_uint32_t = _atomic< uint32_t >
 
using mn::atomic_uint64_t = _atomic< uint64_t >
 
using mn::atomic_intptr_t = _atomic< intptr_t >
 
using mn::atomic_uintptr_t = _atomic< uintptr_t >
 
using mn::atomic_size_t = _atomic< size_t >
 
using mn::atomic_ptrdiff_t = _atomic< ptrdiff_t >
 
using mn::atomic_intmax_t = _atomic< intmax_t >
 
using mn::atomic_uintmax_t = _atomic< uintmax_t >
 
using mn::atomic_char16_t = _atomic< char16_t >
 
using mn::atomic_char32_t = _atomic< char32_t >
 
using mn::atomic_wchar_t = _atomic< wchar_t >
 
using mn::atomic_sig_t = _atomic< int >
 
using mn::atomic_flag = basic_atomic_flag< bool >
 

Detailed Description

Basic atomics types This file is part of the Mini Thread Library (https://github.com/RoseLeBlood/MiniThread ).

Author
Copyright (c) 2020 Amber-Sophia Schroeck
License
The Mini Thread Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3, or (at your option) any later version.

The Mini Thread Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with the Mini Thread Library; if not, see https://www.gnu.org/licenses/.