mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-07 00:00:09 +02:00
fix tsan errors (#745)
This commit is contained in:
committed by
Carl Lerche
parent
49bc4025dd
commit
32e1cafb57
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user