https://github.com/srijanmukherjee/pthread-tutorial
pthread tutorial code
https://github.com/srijanmukherjee/pthread-tutorial
Last synced: 5 months ago
JSON representation
pthread tutorial code
- Host: GitHub
- URL: https://github.com/srijanmukherjee/pthread-tutorial
- Owner: srijanmukherjee
- Created: 2023-08-13T20:42:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-17T08:24:09.000Z (over 2 years ago)
- Last Synced: 2025-06-12T18:33:29.673Z (7 months ago)
- Language: C
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)