MessagePack for C
Typedefs | Functions
gcc_atomic.h File Reference

Go to the source code of this file.

Typedefs

typedef int _msgpack_atomic_counter_t
 

Functions

int _msgpack_sync_decr_and_fetch (volatile _msgpack_atomic_counter_t *ptr)
 
int _msgpack_sync_incr_and_fetch (volatile _msgpack_atomic_counter_t *ptr)
 

Typedef Documentation

Function Documentation

int _msgpack_sync_decr_and_fetch ( volatile _msgpack_atomic_counter_t ptr)
int _msgpack_sync_incr_and_fetch ( volatile _msgpack_atomic_counter_t ptr)