Class that implements a wrapper for a pthread thread. More...

#include <SPL/Runtime/Utility/Thread.h>

Inheritance diagram for SPL::Thread:
Inheritance graph
Class that represents an operator thread.
[legend]

List of all members.


Detailed Description

Class that implements a wrapper for a pthread thread.


Constructor & Destructor Documentation

Constructor


Member Function Documentation

Create a thread

Parameters:
Returns:
return value from the pthread_create call

Join a thread

Parameters:

Detach a thread

Send a signal to a thread

Parameters:

Cancel the thread

Turn on cancel

Parameters:

Turn off cancel.

Execute the task a thread is supposed to do. This method is customized by someone writing the code that is supposed to be executed as a thread

Parameters:

Obtain the thread id

Returns:
the thread id for the thread

The documentation for this class was generated from the following file: