Registers a hook for CondVar tracing.
Declared in <absl/synchronization/mutex.h>
void
RegisterCondVarTracer(void(* fn)(char const*, void const*));
This is thread-safe, but only a single tracer can be registered.
| Name | Description |
|---|---|
| fn | Callback invoked with an event name and an opaque CondVar handle. |