Processes and threads Description: implement logic to build a Two-State Process Model with the ability to be multi-threaded in C++.
You will be implementing theprocessor.cppand theprocess.cppfiles for this assignment to complete the logic behavior.
processor.cpp
process.cpp
NOTE: You are expected to implement everything declared in the header files inprocessor.cppandprocess.cpp. You will need to modify theprocessor.hto add member variables to keep track of processes and threads (you will not need to modify anything else in the file) feel free to use any data structure (as long as it isn't doing everything for you which I don't think there is one that does). Also you do not need to use queues.
processor.h
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here