NAME
threads - support for parallel programming in C under
Mach
SYNOPSIS
cc ... -lthreads -lmach
DESCRIPTION
The C Threads runtime library provides concurrent threads of
control, shared variables, mutual exclusion, and
synchronization
via condition variables. For further details, see C Threads,
by
Eric Cooper and Richard Draves.
FILES
/usr/lib/libthreads.a C Threads runtime library