class SystemThreads

Encapsulates the operating system threading facilities More...

Contains pure virtuals
Full nameArts::SystemThreads
Definition#include <arts/thread.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Static Methods


Detailed Description

Encapsulates the operating system threading facilities

SystemThreads * the ()

[static]

bool  init (SystemThreads *the)

[static]

bool  supported ()

[static]

Check whether there is threading support available

If there is no real threading support, the Threading classes try to gracefully degrade the performance. For instance, locking a mutex will do * nothing, and calling the start() function of a Thread will execute it's run function.

Returns: true if there are real threads

bool  isMainThread ()

[pure virtual]

Mutex_impl * createMutex_impl ()

[pure virtual]

Thread_impl * createThread_impl (Thread *thread)

[pure virtual]

 ~SystemThreads ()

[virtual]


Generated by: stefan@stefan on Sat Feb 24 19:11:23 2001, using kdoc 2.0a47.