qb_atomic_int_get - Man Page
Reads the value of the integer pointed to by atomic.
Synopsis
#include <qb/qbatomic.h> int32_t qb_atomic_int_get( volatile int32_t QB_GNUC_MAY_ALIAS *atomic /* a pointer to an integer*/ );
Params
atomic a pointer to an integer
Description
Also acts as a memory barrier.
Return Value
the value of atomic
See Also
qb_atomic_int_set(3), qb_atomic_int_compare_and_exchange(3), qb_atomic_int_add(3), qb_atomic_init(3), qb_atomic_pointer_get(3), qb_atomic_int_exchange_and_add(3), qb_atomic_pointer_compare_and_exchange(3), qb_atomic_pointer_set(3)
Copyright
Copyright (C) 2003 Sebastian Wilhelmi
Referenced By
qbatomic.h(3), qb_atomic_init(3), qb_atomic_int_add(3), qb_atomic_int_compare_and_exchange(3), qb_atomic_int_exchange_and_add(3), qb_atomic_int_set(3), qb_atomic_pointer_compare_and_exchange(3), qb_atomic_pointer_get(3), qb_atomic_pointer_set(3).
2023-07-21 libqb Programmer's Manual