Go to the source code of this file.
Classes | |
class | zmq::atomic_ptr_t< T > |
struct | zmq::atomic_value_t |
Namespaces | |
zmq | |
Macros | |
#define | ZMQ_ATOMIC_PTR_MUTEX |
Functions | |
void * | zmq::atomic_cas (void *volatile *ptr_, void *cmp_, void *val_, mutex_t &_sync) ZMQ_NOEXCEPT |
void * | zmq::atomic_xchg_ptr (void **ptr_, void *const val_, mutex_t &_sync) ZMQ_NOEXCEPT |
#define ZMQ_ATOMIC_PTR_MUTEX |
Definition at line 27 of file atomic_ptr.hpp.