Class Thread

Class Thread

Placement in the overall structure

Module
syscall
Base classes
Currently Entrant
Derived classes
Application and possibly more
Time of creation
Task 5
Files
thread.h

Description

The class Thread implements the user interface of a thread. Currently, Thread is nothing more than a new name for the Entrant class.

Public methods

Thread (void* tos)
The constructor passes the parameter tos to the constructor of the base class Entrant.