absl::Mutex::InternalAttemptToUseMutexInFatalSignalHandler

Prepares the Mutex implementation for re-entry from within a fatal signal handler.

Synopsis

Declared in <absl/synchronization/mutex.h>

static
void
InternalAttemptToUseMutexInFatalSignalHandler();

Description

Intended only for last-ditch attempts to log crash information. It must be invoked from a signal handler that either loops forever or terminates the process.