CSCI 3323 (Principles of Operating Systems):
Sample Programs
POSIX threads
- Makefile.
- "Hello world" program
hello.c.
- Numerical integration example (multithreading for performance)
here.
- Bounded buffer example
here.
- Bounded buffer example, revised to factor out common code
here.
- P-Threads-examples.zip
containing all examples.