diff options
author | Abseil Team <absl-team@google.com> | 2022-09-01 09:03:32 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2022-09-01 09:04:41 -0700 |
commit | b308bc06514600e9dedc16442fa5099050090d94 (patch) | |
tree | b85fec244098d41964f1d2b5709c45bbd5638a2b /absl/synchronization/mutex.h | |
parent | 43d3c7a4e290ee96684735daf7b1d528c30a7943 (diff) | |
download | abseil-b308bc06514600e9dedc16442fa5099050090d94.tar.gz abseil-b308bc06514600e9dedc16442fa5099050090d94.tar.bz2 abseil-b308bc06514600e9dedc16442fa5099050090d94.zip |
Changes mutex profiling
PiperOrigin-RevId: 471545981
Change-Id: I4d2c8b6d4f1e58976915bda78a77178b8bf80da8
Diffstat (limited to 'absl/synchronization/mutex.h')
-rw-r--r-- | absl/synchronization/mutex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/synchronization/mutex.h b/absl/synchronization/mutex.h index b69b7089..8694bb75 100644 --- a/absl/synchronization/mutex.h +++ b/absl/synchronization/mutex.h @@ -988,7 +988,7 @@ inline Condition::Condition(const T *object, method_(reinterpret_cast<InternalMethodType>(method)), arg_(reinterpret_cast<void *>(const_cast<T *>(object))) {} -// Register a hook for profiling support. +// Register hooks for profiling support. // // The function pointer registered here will be called whenever a mutex is // contended. The callback is given the cycles for which waiting happened (as |