fix tsan errors (#745)

This commit is contained in:
Stjepan Glavina 2018-11-10 00:06:46 +01:00 committed by Carl Lerche
parent 49bc4025dd
commit 32e1cafb57

View File

@ -31,3 +31,7 @@ race:crossbeam_deque*steal
race:Backup::next_sleeper
race:Backup::set_next_sleeper
race:WorkerEntry::set_next_sleeper
# This ignores a false positive caused by `thread::park()`/`thread::unpark()`.
# See: https://github.com/rust-lang/rust/pull/54806#issuecomment-436193353
race:pthread_cond_destroy