#ident	"@(#)ccsdemos:thr_demos/sync/README	1.1"
This directory contains several demo programs to illstrate the use of
all synchronization mechanisms provided by the threads library.  Please
refer to source code for the purpose of each demo program and the general
style of using these synchronization routines. 

Also included in the source code is information regarding 
how to compile and run each of the programs.  For most of the
programs, users can specify how many threads and LWPs to create, 
and whether the threads are bound to the LWPs.

To compile and run all the programs, enter
	make
	RUNALL



