pl-nk v0.4.5
Plonk|Plink|Plank are a set of cross-platform C/C++ frameworks for audio software development
Classes | Static Public Member Functions
Threading Class Reference

Crossplatform threading support. More...

List of all members.

Classes

class  Thread
 The Thread class itself. More...

Static Public Member Functions

static ResultCode sleep (const double seconds) throw ()
 Sleeps the current thread.
static ResultCode yield () throw ()
 Yield the current thread.
static Threading::ID getCurrentThreadID () throw ()
 Get the calling thread ID.

Detailed Description

Crossplatform threading support.


Member Function Documentation

Threading::ID Threading::getCurrentThreadID ( ) throw () [static]

Get the calling thread ID.

ResultCode Threading::sleep ( const double  seconds) throw () [static]

Sleeps the current thread.

This is specified in seconds.

ResultCode Threading::yield ( ) throw () [static]

Yield the current thread.

This signals that other threads can use the processing time.


The documentation for this class was generated from the following files:
 All Classes Functions Typedefs Enumerations Enumerator Properties