synfig-core  1.0.3
Classes | Public Member Functions | List of all members
synfig::RWLock Class Reference

#include <mutex.h>

Classes

class  ReaderLock
class  WriterLock

Public Member Functions

 RWLock ()
 ~RWLock ()
void reader_lock ()
void reader_unlock ()
bool reader_trylock ()
void writer_lock ()
void writer_unlock ()
bool writer_trylock ()

Constructor & Destructor Documentation

synfig::RWLock::RWLock ( )
synfig::RWLock::~RWLock ( )

Member Function Documentation

void synfig::RWLock::reader_lock ( )
void synfig::RWLock::reader_unlock ( )
bool synfig::RWLock::reader_trylock ( )
void synfig::RWLock::writer_lock ( )
void synfig::RWLock::writer_unlock ( )
bool synfig::RWLock::writer_trylock ( )

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