m_count possible race fix
This commit is contained in:
parent
12690c66d6
commit
26ced53e4d
4 changed files with 8 additions and 5 deletions
|
@ -39,8 +39,6 @@ protected:
|
|||
inline size_t id() const override { return m_id; }
|
||||
inline uint32_t node() const { return m_node; }
|
||||
|
||||
std::atomic<uint64_t> m_count = {0};
|
||||
|
||||
private:
|
||||
const int64_t m_affinity;
|
||||
const size_t m_id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue