Home
last modified time | relevance | path

Searched defs:beforeCount (Results 1 - 2 of 2) sorted by relevance

/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
/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

Completed in 2 milliseconds