-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
thread_object
- Moved to Main and Done add "do work" function for thread
while(iteration_time > 0){
printf "Hello I am...";
iteration_time --;
wait();
}Thread_List:
- Done add isEmpty(List)
- Done/Don't Need? in "printList()" set current to L->front initially, rather than L->back
Scheduler;
- fill out setupTimer, stopTimer, and startTimer function
- add signal handlers for exit and timer
- Don't Need add main function for running
- Don't Need remove "winner" var?
"Main"
- Decided and implement handling of main after it is done making threads.