mbed library sources. Supersedes mbed-src.

Fork of mbed-dev by mbed official

Embed: (wiki syntax)

« Back to documentation index

PlatformMutex Class Reference

PlatformMutex Class Reference
[PlatformMutex class]

A stub mutex for when an RTOS is not present. More...

#include <PlatformMutex.h>

Inherits NonCopyable< PlatformMutex >.

Private Member Functions

 MBED_DEPRECATED ("Invalid copy construction of a NonCopyable resource.") NonCopyable(const NonCopyable &)
 NonCopyable copy constructor.
 MBED_DEPRECATED ("Invalid copy assignment of a NonCopyable resource.") NonCopyable &operator
 NonCopyable copy assignment operator.

Detailed Description

A stub mutex for when an RTOS is not present.

Definition at line 34 of file PlatformMutex.h.