7#ifndef MSGPACK_GCC_ATOMIC_H
8#define MSGPACK_GCC_ATOMIC_H
10#if defined(__cplusplus)
20#if defined(__cplusplus)
int _msgpack_sync_incr_and_fetch(volatile _msgpack_atomic_counter_t *ptr)
int _msgpack_sync_decr_and_fetch(volatile _msgpack_atomic_counter_t *ptr)
int _msgpack_atomic_counter_t
Definition gcc_atomic.h:14