Suppress uninteresting data race reports
authorBart Van Assche <bart.vanassche@wdc.com>
Tue, 13 Mar 2018 21:44:51 +0000 (14:44 -0700)
committerBart Van Assche <bart.vanassche@wdc.com>
Thu, 15 Mar 2018 16:56:43 +0000 (09:56 -0700)
commit4f37732a580d7983467ea1ba11f963da4e8cf06e
tree47e7abd3053765f054a1286f05088b88fe1524fa
parent17031c6df30913608de1f66ca952ed75dd1324be
Suppress uninteresting data race reports

Thread checkers like Helgrind and DRD report all concurrent
modifications of variables that are serialized by a recognized
synchronization primitive. Suppress reports about intentionally
unsynchronized accesses.

Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
diskutil.c
eta.c
helper_thread.c
init.c