STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros
atomic_base.h File Reference
#include <bits/c++config.h>
#include <stdbool.h>
#include <stdint.h>
#include <bits/atomic_lockfree_defines.h>

Go to the source code of this file.

Macros

#define ATOMIC_VAR_INIT(_VI)   { _VI }
 
#define ATOMIC_FLAG_INIT   { 0 }
 

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 ATOMIC_FLAG_INIT   { 0 }
#define ATOMIC_VAR_INIT (   _VI)    { _VI }