FBCriticalSection Class Reference

FBCriticalSection Class Reference

#include <fbsystem.h>

Class Description

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 557 of file fbsystem.h.

Public Member Functions

 FBCriticalSection ()
 Constructor. More...
 
 ~FBCriticalSection ()
 Destructor. More...
 
bool Init ()
 Initialize critical section operations. More...
 
void Enter ()
 Enter section. More...
 
void Leave ()
 Leave section. More...
 

Constructor & Destructor Documentation

Constructor.

Destructor.

Member Function Documentation

void Enter ( )

Enter section.

bool Init ( )

Initialize critical section operations.

Returns
true if successful.
void Leave ( )

Leave section.


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