-
- Downloads
Removed usage of std::mutex where helgrind is used.
See commit de5f707b: std::mutex does not use pthtread_mutex_destroy and this confuses helgrind when two mutexes exist successively on the same address. This should remove spurious false positives in CI.
Showing
- common/threading/MutexLocker.hpp 28 additions, 0 deletionscommon/threading/MutexLocker.hpp
- objectstore/AgentReference.cpp 7 additions, 7 deletionsobjectstore/AgentReference.cpp
- objectstore/AgentReference.hpp 6 additions, 4 deletionsobjectstore/AgentReference.hpp
- scheduler/OStoreDB/MemQueues.cpp 7 additions, 7 deletionsscheduler/OStoreDB/MemQueues.cpp
- scheduler/OStoreDB/MemQueues.hpp 7 additions, 5 deletionsscheduler/OStoreDB/MemQueues.hpp
Please register or sign in to comment