GNU g++  v5.2.1
GNU Standard C++
atomic_base.h File Reference

This is an internal header file, included by other library headers. More...

#include <bits/c++config.h>
#include <stdint.h>
#include <bits/atomic_lockfree_defines.h>
Include dependency graph for atomic_base.h:
This graph shows which files directly or indirectly include this file:

Macros

#define _GLIBCXX_ALWAYS_INLINE   inline __attribute__((__always_inline__))
 
#define ATOMIC_FLAG_INIT   { 0 }
 
#define ATOMIC_VAR_INIT(_VI)   { _VI }
 

Detailed Description

This is an internal header file, included by other library headers.

Do not attempt to use it directly. {atomic}

Macro Definition Documentation

#define _GLIBCXX_ALWAYS_INLINE   inline __attribute__((__always_inline__))
#define ATOMIC_FLAG_INIT   { 0 }
#define ATOMIC_VAR_INIT (   _VI)    { _VI }