/* ****************SPIN.H******** Jonathan W. Valvano Feb 26, 1997 Spinlock semaphores */ void Wait(int *); void Signal(int *);