#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.   | |
Definition in file Threading.h.
 1.5.1