[all-commits] [llvm/llvm-project] 05ca57: tsan: better maintain current time in the backgrou...
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Tue Dec 21 10:51:53 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 05ca57a0543bacfead83a870db900a90134c6d00
https://github.com/llvm/llvm-project/commit/05ca57a0543bacfead83a870db900a90134c6d00
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-12-21 (Tue, 21 Dec 2021)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
Log Message:
-----------
tsan: better maintain current time in the background thread
Update now after long operations so that we don't use
stale value in subsequent computations.
Depends on D113981.
Reviewed By: melver
Differential Revision: https://reviews.llvm.org/D113982
More information about the All-commits
mailing list