Commit cba83652 authored by mohamadbashar.disoki's avatar mohamadbashar.disoki

Update README.md

parent a23e80cc
......@@ -6,11 +6,9 @@
* Condition Variables
*Some Useful links:*
* http://cs241.cs.illinois.edu/coursebook/Threads
* https://computing.llnl.gov/tutorials/pthreads/#Abstract
* https://www.youtube.com/watch?v=Y1PF0fE-v9M&ab_channel=IITBombayJuly2018
* https://www.youtube.com/watch?v=uA8X5zNOGw8&list=PL9IEJIKnBJjFZxuqyJ9JqVYmuFZHr7CFM&index=1
* [Thread & pthread & lock mutual execlusion](https://www.youtube.com/watch?v=Y1PF0fE-v9M&ab_channel=IITBombayJuly2018)
* [How to create and join threads in C (pthreads)](https://www.youtube.com/watch?v=uA8X5zNOGw8&list=PL9IEJIKnBJjFZxuqyJ9JqVYmuFZHr7CFM&index=1)
* [Condition Variable](https://www.youtube.com/watch?v=rMpOfbaP2PQ&ab_channel=MythiliVutukuru)
## Compile Pthead programs
To compile your code using make, edit Makefile to specify program name
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment