commit | ba0567443c03088d4ba0550e16a3423603c853cc | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Sep 29 20:24:09 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Sep 29 20:24:09 2022 +0000 |
tree | f8ac688505189ae67fbf9f6427390072edb8367b | |
parent | 445682055bac69504eca478a0271c8048e195be8 [diff] | |
parent | 7e2675ca5f8f187c5e788396618dcee381f5b281 [diff] |
Merge "libbinder: fix flake-mode build"
diff --git a/libs/binder/RpcState.cpp b/libs/binder/RpcState.cpp index c0e36c4..c411f4f 100644 --- a/libs/binder/RpcState.cpp +++ b/libs/binder/RpcState.cpp
@@ -41,7 +41,7 @@ #if RPC_FLAKE_PRONE void rpcMaybeWaitToFlake() { [[clang::no_destroy]] static std::random_device r; - [[clang::no_destroy]] static std::mutex m; + [[clang::no_destroy]] static RpcMutex m; unsigned num; { RpcMutexLockGuard lock(m);