files for playing with operating systems concepts
The ostep-projects file is a repo from here: https://github.com/remzi-arpacidusseau/ostep-projects
To compile multithreaded programs:
gcc -o thread thread.c -Wall -pthread
files for playing with operating systems concepts
The ostep-projects file is a repo from here: https://github.com/remzi-arpacidusseau/ostep-projects
To compile multithreaded programs:
gcc -o thread thread.c -Wall -pthread