Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

FXThread.h File Reference

Go to the source code of this file.

Classes

class  FX::FXMutex
 FXMutex provides a mutex which can be used to enforce critical sections around updates of data shared by multiple threads. More...
class  FX::FXMutexLock
 An easy way to establish a correspondence between a C++ scope and a critical section is to simply declare an FXMutexLock at the beginning of the scope. More...
class  FX::FXCondition
 A condition allows one or more threads to synchronize to an event. More...
class  FX::FXSemaphore
 A semaphore allows for protection of a resource that can be accessed by a fixed number of simultaneous threads. More...
class  FX::FXThread
 FXThread provides system-independent support for threads. More...

Namespaces

namespace  FX

Typedefs

typedef unsigned long FX::FXThreadID

Copyright © 1997-2005 Jeroen van der Zijp