Threading.h File Reference

Basic threading support. More...

#include "LDK/Types.h"
#include "LDK/Mutex.h"

Include dependency graph for Threading.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  LDK

Data Structures

class  LDK::Thread
 A thread of execution. More...

Typedefs

typedef size_t LDK::ThreadID

Functions

LDK_API ThreadID LDK::currentThreadID ()
 Get the identifier of the current thread.
LDK_API void LDK::yield ()
 Hands the remainder of the timeslice to another thread.
LDK_API void LDK::sleep (uint32 time)
 Send the current thread to sleep for a while.


Detailed Description

Definition in file Threading.h.


Generated on Fri Aug 17 18:32:26 2007 for LDK by  doxygen 1.5.1