MPMA Framework 0.4
MPMA::SpinLock Class Reference

A light-weight spin-lock (NOT re-entrant safe from the same thread) that reverts to a sleeplock on single cpu systems. This is a reference counted object, so all copies of the object still refer to the same lock. More...

#include <Locks.h>

Inheritance diagram for MPMA::SpinLock:
Inheritance graph
[legend]

List of all members.


Detailed Description

A light-weight spin-lock (NOT re-entrant safe from the same thread) that reverts to a sleeplock on single cpu systems. This is a reference counted object, so all copies of the object still refer to the same lock.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends