~aritra1911/pthreads

My implementation of codes from O'Reilly Pthreads Programming book
Fix some stuff that clang -Weverything was bitching about
A Simple Condition Variable Example (cvsimple.c)
Add LICENSE and README.md

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~aritra1911/pthreads
read/write
git@git.sr.ht:~aritra1911/pthreads

You can also use your local clone with git send-email.

#pthreads

Code is primarily taken from PThreads Programming book by Nichols, Buttlar & Farrell and as I follow through the book I try to fill in all the various gaps and unimplemented portions.

Examples from the book are available here which might have been of some help in certain times.