HomeSort by: relevance | last modified time | path
    Searched refs:_PROP_ATOMIC_INC32 (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libprop/
prop_object_impl.h 307 #define _PROP_ATOMIC_INC32(x) atomic_inc_32(x)
353 #define _PROP_ATOMIC_INC32(x) ++*(x)
408 #define _PROP_ATOMIC_INC32(x) atomic_inc_32(x)
435 #define _PROP_ATOMIC_INC32(x) ++*(x)
465 #define _PROP_ATOMIC_INC32(x) \
prop_object.c 165 _PROP_ATOMIC_INC32(&po->po_refcnt);
221 _PROP_ATOMIC_INC32(&po->po_refcnt);

Completed in 13 milliseconds