LibreOffice Module framework (master) 1
|
Interface to support different mutex implementations in a generic way. More...
#include <imutex.hxx>
Public Member Functions | |
virtual void | acquire ()=0 |
try to register thread More... | |
virtual void | release ()=0 |
unregister thread More... | |
Protected Member Functions | |
~IMutex () | |
Interface to support different mutex implementations in a generic way.
Definition at line 28 of file imutex.hxx.
|
inlineprotected |
Definition at line 37 of file imutex.hxx.
|
pure virtual |
try to register thread
|
pure virtual |
unregister thread