PIP 5.6.1
Platform-Independent Primitives
Classes
pireadwritelock.h File Reference

Read-write lock with multiple readers or one writer. More...

#include "piconditionvar.h"

Classes

class  PIReadWriteLock
 Synchronization primitive that allows concurrent readers and exclusive writer access. More...
 
class  PIReadLocker
 Scope guard that acquires reader access in constructor and releases it in destructor. More...
 
class  PIWriteLocker
 Scope guard that acquires writer access in constructor and releases it in destructor. More...
 

Detailed Description

Read-write lock with multiple readers or one writer.