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

  /src/common/lib/libprop/
prop_object.c 86 po->po_refcnt = 1;
111 _PROP_ATOMIC_INC32_NV(&po->po_refcnt, ncnt);
143 _PROP_ATOMIC_DEC32_NV(&po->po_refcnt, ocnt);
165 _PROP_ATOMIC_INC32(&po->po_refcnt);
202 _PROP_ATOMIC_DEC32_NV(&po->po_refcnt, ocnt);
221 _PROP_ATOMIC_INC32(&po->po_refcnt);
prop_object_impl.h 228 uint32_t po_refcnt; /* reference count */ member in struct:_prop_object
prop_string.c 158 if (_PROP_ATOMIC_LOAD(&ps->ps_obj.po_refcnt) == 0)

Completed in 12 milliseconds