Searched refs:mRemoteRefcount (Results 1 – 1 of 1) sorted by relevance
201 &mRemoteRefcount, (int_least32_t)value, std::memory_order_seq_cst); in addRemoteRefcount()205 return std::atomic_load_explicit(&mRemoteRefcount, std::memory_order_seq_cst); in getRemoteRefcount()210 &mRemoteRefcount, (int_least32_t)value, std::memory_order_seq_cst); in setRemoteRefcount()227 &mRemoteRefcount, (int_least32_t)0, std::memory_order_seq_cst); in clear()233 std::atomic_int_least32_t mRemoteRefcount; member