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

  /src/common/lib/libprop/
prop_object_impl.h 310 #define _PROP_ATOMIC_DEC32_NV(x, v) v = atomic_dec_32_nv(x)
356 #define _PROP_ATOMIC_DEC32_NV(x, v) v = --*(x)
411 #define _PROP_ATOMIC_DEC32_NV(x, v) v = atomic_dec_32_nv(x)
438 #define _PROP_ATOMIC_DEC32_NV(x, v) v = --*(x)
486 #define _PROP_ATOMIC_DEC32_NV(x, v) \
prop_object.c 143 _PROP_ATOMIC_DEC32_NV(&po->po_refcnt, ocnt);
202 _PROP_ATOMIC_DEC32_NV(&po->po_refcnt, ocnt);

Completed in 13 milliseconds