Class Thread
Placement in the overall structure
- Module
- syscall
- Base classes
- Since task 6: Customer
- Derived classes
- Application and possibly more
- Time of creation
- Task 5
- Modified in
- Task 6
- Files
thread.h
Description
Class Thread implements the user interface of a thread. Currently, Thread is nothing more than a new name for the Customer class.
Public methods
Thread (void* tos)
- The constructor passes the parameter tos to the constructor of the base class Customer.