kodi
Public Member Functions | List of all members
CSharedSection Class Reference

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 ()
 

Detailed Description

A CSharedSection is a mutex that satisfies the Shared Lockable concept (see Lockables.h).


The documentation for this class was generated from the following file: