Searched refs:mRemoteRefcount (Results 1 – 1 of 1) sorted by relevance
193 &mRemoteRefcount, (int_least32_t)value, std::memory_order_seq_cst); in addRemoteRefcount()197 return std::atomic_load_explicit(&mRemoteRefcount, std::memory_order_seq_cst); in getRemoteRefcount()202 &mRemoteRefcount, (int_least32_t)value, std::memory_order_seq_cst); in setRemoteRefcount()219 &mRemoteRefcount, (int_least32_t)0, std::memory_order_seq_cst); in clear()225 std::atomic_int_least32_t mRemoteRefcount; member