https://github.com/xtaci/deadlocks
deadlock code snippets in C
https://github.com/xtaci/deadlocks
Last synced: 10 months ago
JSON representation
deadlock code snippets in C
- Host: GitHub
- URL: https://github.com/xtaci/deadlocks
- Owner: xtaci
- Created: 2014-05-08T08:15:19.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-08T08:36:39.000Z (about 12 years ago)
- Last Synced: 2024-12-31T07:15:24.547Z (over 1 year ago)
- Language: C
- Size: 137 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Deadlocks
=========
Deadlock code snippets in C
sig_mutex.c : deadlock caused by pthread_mutex_lock in sighandler
pipe.c : deadlock caused by two pipes for bi-directional read/write