File SolidSyslogPosixMutexErrors.h¶
FileList > Interface > SolidSyslogPosixMutexErrors.h
Go to the source code of this file
Error codes and Source identity for the PosixMutex adapter.
#include "ExternC.h"
Public Types¶
| Type | Name |
|---|---|
| enum | SolidSyslogPosixMutexErrors Detail codes for events whose Source is PosixMutexErrorSource. |
Public Attributes¶
| Type | Name |
|---|---|
| const struct SolidSyslogErrorSource | PosixMutexErrorSource Identity for events raised by a PosixMutex. |
Public Types Documentation¶
enum SolidSyslogPosixMutexErrors¶
Detail codes for events whose Source is PosixMutexErrorSource.
enum SolidSyslogPosixMutexErrors {
POSIXMUTEX_ERROR_POOL_EXHAUSTED,
POSIXMUTEX_ERROR_UNKNOWN_DESTROY,
POSIXMUTEX_ERROR_MAX
};
A handler reads these off event->Detail after matching event->Source; the members name their own fault.
Public Attributes Documentation¶
variable PosixMutexErrorSource¶
Identity for events raised by a PosixMutex.
A handler matches by address (event->Source == &PosixMutexErrorSource), then reads event->Detail as an enum SolidSyslogPosixMutexErrors.
The documentation for this class was generated from the following file Platform/Posix/Interface/SolidSyslogPosixMutexErrors.h