Deprecated alias for try_lock().
Declared in <absl/synchronization/mutex.h>
[[deprecated, nodiscard]]
bool
TryLock();
Deprecated. Use of this entity is allowed but discouraged.
true if the mutex was acquired, false otherwise.
The return value should not be discarded.