Home
last modified time | relevance | path

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

/foundation/ability/idl_tool/idl_tool_2/util/
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
/foundation/ability/idl_tool/util/
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
/foundation/ability/ability_base/interfaces/inner_api/base/include/
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