This repo contains examples for running multithreaded C programs with PThreads. Most of these examples are borrowed and extended from the following page: https://computing.llnl.gov/tutorials/pthreads/
Suggested order to work through these examples:
- hello-example
- multiple_func_args
- barrier
- shared_vs_local_vars
- sum
- producer_consumer