mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
fix tsan errors (#745)
This commit is contained in:
parent
49bc4025dd
commit
32e1cafb57
4
ci/tsan
4
ci/tsan
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user