Bullet Collision Detection & Physics Library
Public Types | Public Member Functions | Private Attributes | List of all members
btSpinlock Class Reference

#include <SpuSync.h>

Public Types

typedef int SpinVariable
 

Public Member Functions

 btSpinlock (SpinVariable *var)
 
void Init ()
 
void Lock ()
 
void Unlock ()
 

Private Attributes

SpinVariable * spinVariable
 

Detailed Description

Definition at line 119 of file SpuSync.h.

Member Typedef Documentation

Definition at line 122 of file SpuSync.h.

Constructor & Destructor Documentation

btSpinlock::btSpinlock ( SpinVariable *  var)
inline

Definition at line 124 of file SpuSync.h.

Member Function Documentation

void btSpinlock::Init ( )
inline

Definition at line 128 of file SpuSync.h.

void btSpinlock::Lock ( )
inline

Definition at line 132 of file SpuSync.h.

void btSpinlock::Unlock ( )
inline

Definition at line 136 of file SpuSync.h.

Member Data Documentation

SpinVariable* btSpinlock::spinVariable
private

Definition at line 141 of file SpuSync.h.


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