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

  /src/common/lib/libprop/
prop_object_impl.h 306 #define _PROP_ATOMIC_LOAD(x) atomic_load_relaxed(x)
352 #define _PROP_ATOMIC_LOAD(x) *(x)
407 #define _PROP_ATOMIC_LOAD(x) *(x)
434 #define _PROP_ATOMIC_LOAD(x) *(x)
463 #define _PROP_ATOMIC_LOAD(x) *(x)
prop_string.c 158 if (_PROP_ATOMIC_LOAD(&ps->ps_obj.po_refcnt) == 0)

Completed in 13 milliseconds