Public Member Functions | |
btWin32CriticalSection () | |
~btWin32CriticalSection () | |
unsigned int | getSharedParam (int i) |
void | setSharedParam (int i, unsigned int p) |
void | lock () |
void | unlock () |
Private Attributes | |
CRITICAL_SECTION | mCriticalSection |
Definition at line 386 of file Win32ThreadSupport.cpp.
btWin32CriticalSection::btWin32CriticalSection | ( | ) | [inline] |
Definition at line 392 of file Win32ThreadSupport.cpp.
btWin32CriticalSection::~btWin32CriticalSection | ( | ) | [inline] |
Definition at line 397 of file Win32ThreadSupport.cpp.
unsigned int btWin32CriticalSection::getSharedParam | ( | int | i | ) | [inline, virtual] |
Implements btCriticalSection.
Definition at line 402 of file Win32ThreadSupport.cpp.
void btWin32CriticalSection::lock | ( | ) | [inline, virtual] |
Implements btCriticalSection.
Definition at line 414 of file Win32ThreadSupport.cpp.
void btWin32CriticalSection::setSharedParam | ( | int | i, | |
unsigned int | p | |||
) | [inline, virtual] |
Implements btCriticalSection.
Definition at line 408 of file Win32ThreadSupport.cpp.
void btWin32CriticalSection::unlock | ( | ) | [inline, virtual] |
Implements btCriticalSection.
Definition at line 420 of file Win32ThreadSupport.cpp.
CRITICAL_SECTION btWin32CriticalSection::mCriticalSection [private] |
Definition at line 389 of file Win32ThreadSupport.cpp.