#include <wx/thread.h>#include <list>#include "flexilog.h"Go to the source code of this file.
Namespaces | |
| namespace | VRUT |
Classes | |
| class | VRUT::ReadWriteMutex |
| Multiple clients may read simultaneously but write access is exclusive. Recursive locking is possible with limitations. More... | |
| struct | VRUT::ReadWriteMutex::LockOwner |
| Thread ID and recursive locks data. More... | |
| class | VRUT::ReadLocker |
| Acquire lock for reading and release lock implicitly in scope. More... | |
| class | VRUT::WriteLocker |
| Acquire lock for writing and release lock implicitly in scope. More... | |
1.5.5