Public Member Functions | |
btDummyCriticalSection () | |
virtual | ~btDummyCriticalSection () |
unsigned int | getSharedParam (int i) |
void | setSharedParam (int i, unsigned int p) |
void | lock () |
void | unlock () |
Definition at line 119 of file SequentialThreadSupport.cpp.
btDummyCriticalSection::btDummyCriticalSection | ( | ) | [inline] |
Definition at line 123 of file SequentialThreadSupport.cpp.
virtual btDummyCriticalSection::~btDummyCriticalSection | ( | ) | [inline, virtual] |
Definition at line 127 of file SequentialThreadSupport.cpp.
unsigned int btDummyCriticalSection::getSharedParam | ( | int | i | ) | [inline, virtual] |
Implements btCriticalSection.
Definition at line 131 of file SequentialThreadSupport.cpp.
void btDummyCriticalSection::lock | ( | ) | [inline, virtual] |
Implements btCriticalSection.
Definition at line 143 of file SequentialThreadSupport.cpp.
void btDummyCriticalSection::setSharedParam | ( | int | i, | |
unsigned int | p | |||
) | [inline, virtual] |
Implements btCriticalSection.
Definition at line 137 of file SequentialThreadSupport.cpp.
void btDummyCriticalSection::unlock | ( | ) | [inline, virtual] |
Implements btCriticalSection.
Definition at line 148 of file SequentialThreadSupport.cpp.