#include <fbsystem.h>
High priority critical section class.
This class permits the user to operate critical operations, freezing the system for a high priority thread.
Definition at line 1355 of file fbsystem.h.
Public Member Functions |
|
FBCriticalSection () | |
Constructor. |
|
~FBCriticalSection () | |
Destructor. |
|
bool | Init () |
Initialize critical section operations.
|
|
void | Enter () |
Enter section. |
|
void | Leave () |
Leave section. |
FBCriticalSection::FBCriticalSection | ( | ) |
Constructor.
FBCriticalSection::~FBCriticalSection | ( | ) |
Destructor.
bool FBCriticalSection::Init | ( | ) |
void FBCriticalSection::Enter | ( | ) |
Enter section.
void FBCriticalSection::Leave | ( | ) |
Leave section.