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

Update README.md

parent a23e80cc
...@@ -6,11 +6,9 @@ ...@@ -6,11 +6,9 @@
* Condition Variables * Condition Variables
*Some Useful links:* *Some Useful links:*
* http://cs241.cs.illinois.edu/coursebook/Threads * [Thread & pthread & lock mutual execlusion](https://www.youtube.com/watch?v=Y1PF0fE-v9M&ab_channel=IITBombayJuly2018)
* https://computing.llnl.gov/tutorials/pthreads/#Abstract * [How to create and join threads in C (pthreads)](https://www.youtube.com/watch?v=uA8X5zNOGw8&list=PL9IEJIKnBJjFZxuqyJ9JqVYmuFZHr7CFM&index=1)
* https://www.youtube.com/watch?v=Y1PF0fE-v9M&ab_channel=IITBombayJuly2018 * [Condition Variable](https://www.youtube.com/watch?v=rMpOfbaP2PQ&ab_channel=MythiliVutukuru)
* https://www.youtube.com/watch?v=uA8X5zNOGw8&list=PL9IEJIKnBJjFZxuqyJ9JqVYmuFZHr7CFM&index=1
## Compile Pthead programs ## Compile Pthead programs
To compile your code using make, edit Makefile to specify program name 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