A spinlock that allows multiple shared locks but only one exclusive lock (at a time). More...
#include <acedia_util.hpp>
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.