Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/srijanmukherjee/pthread-tutorial
- Owner: srijanmukherjee
- Created: 2023-08-13T20:42:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-17T08:24:09.000Z (over 1 year ago)
- Last Synced: 2023-08-17T09:57:40.545Z (over 1 year 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 apiPlaylist: [Unix Threads in C by CodeVault](https://www.youtube.com/playlist?list=PLfqABt5AS4FmuQf70psXrsMLEDQXNkLq2)