Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!clyde.concordia.ca!nstn.ns.ca!news.cs.indiana.edu!att!linac!pacific.mps.ohio-state.edu!tut.cis.ohio-state.edu!sei!fs7.ece.cmu.edu!o.gp.cs.cmu.edu!andrew.cmu.edu!+ From: Rick.Rashid@cs.cmu.edu Newsgroups: comp.os.mach Subject: Re: Synchronization in MACH Message-ID: Date: 18 Feb 91 18:34:33 GMT References: <19061@paperboy.OSF.ORG> Organization: Carnegie Mellon, Pittsburgh, PA Lines: 9 In-Reply-To: <19061@paperboy.OSF.ORG> The CThreads package provides mutex lock and unlock operations, condition signal and condition broadcast. Documentation on CThreads is available from CMU as part of our Mach releases. I'm, not really certain why this was not mentioned in the article you read unless something else was being discussed other than cross-thread synchronization. -Rick