acedia::util::RWSpinlock Class Reference

A spinlock that allows multiple shared locks but only one exclusive lock (at a time). More...

#include <acedia_util.hpp>

List of all members.


Detailed Description

A spinlock that allows multiple shared locks but only one exclusive lock (at a time).

It's used by the acedia library to implement many readers single writer. That's why it's called "Read-Write-Spinlock".

Definition at line 454 of file acedia_util.hpp.


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

Generated by  doxygen 1.6.2