CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
atomic.h File Reference
#include <stdint.h>
Include dependency graph for atomic.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef int32_t atomic_int32
 
typedef int64_t atomic_int64
 

Functions

static void __attribute__ ((used)) atomic_init32(atomic_int32 *a)
 

Typedef Documentation

typedef int32_t atomic_int32

This file is part of the CernVM File System.

Defines wrapper functions for atomic integer operations. Atomic operations are handled by GCC.

Definition at line 17 of file atomic.h.

typedef int64_t atomic_int64

Definition at line 18 of file atomic.h.

Function Documentation

static void __attribute__ ( (used)  )
inlinestatic

Definition at line 20 of file atomic.h.