Home | All Classes | Grouped Classes | Index | Search
Thread Class More...
Derived from:
none
Derived by:
none
Group: Core (System)
#include <ClanLib/core.h>
Construction:
Create a thread. | |
Attributes:
Returns the thread ID of the calling thread. | |
Returns the thread ID of this thread. |
Operations:
Copy assignement operator. | |
Starts the thread. | |
Terminate the thread. (use with caution under win98) | |
Wait until the thread finishes its execution. | |
Set the thread priority. |
Detailed description:
!group=Core/System! !header=core.h!