Creating Processes
Windows:
createit.c
Linux:
fork.c
fork-exec.c
Creating Threads
For Rookies-tutorial
winthread.c winthread.exe
_beginthreadex
Bounc
Skelton.c
Skeleton.exe
pthread.c
Pthread tutorial
Pthread definition
Communication
pipe.c
Synchronization
Dining Philosophers
Windows Thread Introduction
Code
Mutex
Semaphore
Events
card.c card.exe