MatthewOlaka/CSC360_Scheduler
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Matthew Olaka V00888684 Assignment 2 part a1 This assignment was to implement a scheduler that uses round robin scheduling to manage threads, and will be implemented in a battlesnake program # Helpful links that helped me write the code: https://homes.cs.washington.edu/~shwetak/classes/ee472/notes/SchedImplementation.pdf https://stackoverflow.com/questions/5559250/c-error-undefined-reference-to-function-but-it-is-defined https://pubs.opengroup.org/onlinepubs/009695399/functions/makecontext.html