qb_atomic_pointer_get
Reads the value of the pointer pointed to by atomic.
- Provided by: libqb-dev (Version: 2.0.8-1ubuntu2)
- Source: libqb
- Report a bug
Reads the value of the pointer pointed to by atomic.
#include <qb/qbatomic.h>
void * qb_atomic_pointer_get(
volatile void *QB_GNUC_MAY_ALIAS *atomic /* a pointer to a void*. */
);
atomic a pointer to a void*.
Also acts as a memory barrier.
the value to add to atomic.
qb_atomic_int_set(3), qb_atomic_int_compare_and_exchange(3), qb_atomic_int_get(3), qb_atomic_int_add(3), qb_atomic_init(3), qb_atomic_int_exchange_and_add(3), qb_atomic_pointer_compare_and_exchange(3), qb_atomic_pointer_set(3)
Copyright (C) 2003 Sebastian Wilhelmi