Searched refs:mRemoteRefcount (Results 1 – 1 of 1) sorted by relevance
185 &mRemoteRefcount, (int_least32_t)value, std::memory_order_seq_cst); in addRemoteRefcount()189 return std::atomic_load_explicit(&mRemoteRefcount, std::memory_order_seq_cst); in getRemoteRefcount()194 &mRemoteRefcount, (int_least32_t)value, std::memory_order_seq_cst); in setRemoteRefcount()211 &mRemoteRefcount, (int_least32_t)0, std::memory_order_seq_cst); in clear()217 std::atomic_int_least32_t mRemoteRefcount; member