Home
last modified time | relevance | path

Searched defs:beforeCount (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/
H A Dlight_refcount_base.cpp22 const int beforeCount = refCount_.fetch_add(1, std::memory_order_relaxed); in AddRef() local
32 const int beforeCount = refCount_.fetch_sub(1, std::memory_order_release); in Release() local
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Dlight_refcount_base.cpp15 const int beforeCount = refCount_.fetch_add(1, std::memory_order_relaxed); in AddRef() local
21 const int beforeCount = refCount_.fetch_sub(1, std::memory_order_release); in Release() local
/ohos5.0/foundation/ability/idl_tool/util/
H A Dlight_refcount_base.cpp22 const int beforeCount = refCount_.fetch_add(1, std::memory_order_relaxed); in AddRef() local
32 const int beforeCount = refCount_.fetch_sub(1, std::memory_order_release); in Release() local
/ohos5.0/foundation/ability/ability_base/interfaces/inner_api/base/include/
H A Dlight_refbase.h47 const int beforeCount = refCount_.fetch_add(1, std::memory_order_relaxed); in IncStrongRef() local
53 const int beforeCount = refCount_.fetch_sub(1, std::memory_order_release); in DecStrongRef() local