kodi
|
A CSharedSection is a mutex that satisfies the Shared Lockable concept (see Lockables.h). More...
#include <SharedSection.h>
Public Member Functions | |
void | lock () |
bool | try_lock () |
void | unlock () |
void | lock_shared () |
bool | try_lock_shared () |
void | unlock_shared () |
A CSharedSection is a mutex that satisfies the Shared Lockable concept (see Lockables.h).