Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!apple!bionet!ames!sgi!shinobu!odin!moose.sgi.com!jwag From: jwag@moose.sgi.com (Chris Wagner) Newsgroups: comp.sys.sgi Subject: Re: Multiprocessor Port Message-ID: <6232@odin.corp.sgi.com> Date: 11 Apr 90 15:27:59 GMT References: <36101@watmath.waterloo.edu> Sender: news@odin.corp.sgi.com Reply-To: jwag@moose.sgi.com (Chris Wagner) Distribution: comp Organization: Silicon Graphics, Research & Development Lines: 11 I suggest you look at the manual apges for usinit(3P), usplock, uspsema, barrier, m_fork These are all located in libmpc.a - a full libc with you favorite routines (stdio, malloc, rand) single threaded, as well as a set of parallel programming facilities - semaphores (counting) spinlocks, barriers. Chris Wagner