Skip to content

To Do As of 05/17/2013 #5

@konaitor

Description

@konaitor

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions