All Classes |Grouped Classes |Index

Class CL_Thread

Thread class. More...

Derived from:

None

Derived by:

None

Group:

System (Core)

#include <ClanLib/core.h>

Class Members:

Construction:

CL_Thread

Constructs a thread object.


Operations:

start

Starts a thread.

join

Blocks until thread has completed its execution.

kill

Terminates the thread.

set_thread_name

Sets the name (displayed in debuggers) of the calling thread.