PixelLightAPI  .
Public Member Functions
PLCore::CriticalSection Class Reference

Critical section (lock/unlock only inside the same process) class. More...

#include <CriticalSection.h>

Inheritance diagram for PLCore::CriticalSection:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 CriticalSection ()
 Constructor.

Detailed Description

Critical section (lock/unlock only inside the same process) class.

Note:
  • Use a critical section to lock/unlock only inside the same process and a mutex to lock/unlock across multiple processes

Constructor & Destructor Documentation

Constructor.

Note:
  • A new constructed critical section is unlocked by default

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


PixelLight PixelLight 0.9.10-R1
Copyright (C) 2002-2011 by The PixelLight Team
Last modified Fri Dec 23 2011 15:51:16
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported