File SolidSyslogNullMutex.h¶
FileList > Core > Interface > SolidSyslogNullMutex.h
Go to the source code of this file
The no-op Mutex Null object: Lock and Unlock are no-ops, giving unsynchronised access for single-task targets that need no mutual exclusion.
#include "ExternC.h"
Public Functions¶
| Type | Name |
|---|---|
| EXTERN_C_BEGIN struct SolidSyslogMutex * | SolidSyslogNullMutex_Get (void) Lock and Unlock are no-ops, giving unsynchronised access for single-task targets that need no mutual exclusion. |
Public Functions Documentation¶
function SolidSyslogNullMutex_Get¶
Lock and Unlock are no-ops, giving unsynchronised access for single-task targets that need no mutual exclusion.
The documentation for this class was generated from the following file Core/Interface/SolidSyslogNullMutex.h