aboutsummaryrefslogtreecommitdiff
path: root/contrib/valgrind
AgeCommit message (Collapse)Author
2015-07-25Core/Misc: Update helgrind suppressionsjackpoz
(cherry picked from commit e008ae752012d78aa3b1f40e6bf1f5bea6e64145)
2015-06-26Core/Misc: Update helgrind suppressionsjackpoz
(cherry picked from commit 6a303caffd6930bf20e15668229a45a77d38f348)
2015-06-26Core/Misc: Update helgrind suppressionsjackpoz
(cherry picked from commit abda6840e1ac3c8140af59c619bef934761db5ee)
2014-09-20Core/Misc: Update helgrind suppressionsjackpoz
2013-11-04Core/Threads: Include Helgrind suppressions filejackpoz
Include a Helgrind suppressions file under source control. Each suppressed race is either a false positive, a read race followed by a lock acquire anyway, a bool race. Suppressions related to the same issue in the same function are grouped with a counter in brackets [ ] . Fix tabs added in bcee801e4bdbf7d53f15cd0499e9d3aaedd3c3e2 .