DCE Threads Benchmarks

On HPs, link with -ldce:
gcc -DHPUX create.c -ldce -o create
on DEC alpha compile: cc -lthreads cswitch.c -o cswitch 

Tests that include semaphores need a runtime library: -lrt (on Alphas,
HPUX does not seem to support standard POSIX style semaphores)