Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/srijanmukherjee/pthread-tutorial

pthread tutorial code
https://github.com/srijanmukherjee/pthread-tutorial

Last synced: 9 days ago
JSON representation

pthread tutorial code

Awesome Lists containing this project

README

        

# pthread tutorial

Content:
- pthread api
- race conditions
- mutex
- barrier
- condition variable
- detached threads
- deadlock scenario
- recursive mutex
- semaphores
- producer consumer problem
- thread pools in C using pthread api

Playlist: [Unix Threads in C by CodeVault](https://www.youtube.com/playlist?list=PLfqABt5AS4FmuQf70psXrsMLEDQXNkLq2)