class IWeaveWDMMutex
Defined at line 56 of file x64-shared/gen/third_party/openweave-core/src/include/Weave/Profiles/data-management/Current/SubscriptionClient.h
Interface of a mutex object. Mutexes of this type are implemented by the application
and used in WDM to protect data structures that can be accessed from multiple threads.
Implementations of this interface must behave like a recursive lock.
Public Methods
void Lock ()
void Unlock ()