base::RushLock Class Reference

RushLock is a NON-RECURSIVE spinlock (limited use). More...

#include <base_thread_lock.hh>

Inheritance diagram for base::RushLock:

base::Atomic

List of all members.

Public Member Functions

 RushLock (void)
 ~RushLock ()
void Lock (void)
void Unlock (void)

Private Attributes

volatile Atomic::Bool mLock

Classes

class  Auto


Detailed Description

RushLock is a NON-RECURSIVE spinlock (limited use).

Remarks:
PLACE IN PERSISTENT MEMORY (NOT CALL STACK).

Constructor & Destructor Documentation

base::RushLock::RushLock ( void   )  [inline]

base::RushLock::~RushLock (  )  [inline]


Member Function Documentation

void base::RushLock::Lock ( void   )  [inline]

void base::RushLock::Unlock ( void   )  [inline]


Member Data Documentation

volatile Atomic::Bool base::RushLock::mLock [private]


The documentation for this class was generated from the following file: Palomino 3D Engine documents generated by doxygen 1.5.3 on Fri Nov 23 11:26:19 2007