diff options
author | Dmitry Vyukov <dvyukov@google.com> | 2021-07-28 09:45:43 +0200 |
---|---|---|
committer | Dmitry Vyukov <dvyukov@google.com> | 2021-07-28 15:10:24 +0200 |
commit | 960cb490dd16961c61b541efbcc95eb085464ad8 (patch) | |
tree | a08e1bc2ba5e1b5a6cfdbfc44d628e81ccf6a548 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 48cbcb909d9b539680da6b3b8997e3620d085f4e (diff) | |
download | llvm-960cb490dd16961c61b541efbcc95eb085464ad8.zip llvm-960cb490dd16961c61b541efbcc95eb085464ad8.tar.gz llvm-960cb490dd16961c61b541efbcc95eb085464ad8.tar.bz2 |
sanitizer_common: replace RWMutex/BlockingMutex with Mutex
Mutex supports reader access, OS blocking, spinning,
portable and smaller than BlockingMutex.
Overall it's supposed to be better than RWMutex/BlockingMutex.
Replace RWMutex/BlockingMutex with Mutex.
Reviewed By: melver
Differential Revision: https://reviews.llvm.org/D106936
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions