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

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

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