Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Silence TSAN, lock before checking
ares_event_thread::isup
(c-ares#915
) TSAN is warning about a thread concurrency issue that doesn't actually matter if the operation isn't atomic as its an optimization in this code path to skip timeout processing if we're shutting down due to ares_destroy(). Fix By: Jiwoo Park (@jimmy-park)
- Loading branch information