Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!elroy.jpl.nasa.gov!decwrl!pa.dec.com!src.dec.com!kalsow From: kalsow (Bill Kalsow) Newsgroups: comp.lang.modula3 Subject: Re: Question about Thread.AlertJoin Message-ID: <9104112013.AA00425@jumbo.pa.dec.com> Date: 11 Apr 91 20:13:48 GMT Lines: 10 In-Reply-To: Message of 11 Apr 91 16:07:56 GMT from nr@cs.Princeton.EDU (Norman Ramsey) <1991Apr11.160756.16703@newross.Princeton.EDU> To: m3 Cc: nr@cs.Princeton.EDU (Norman Ramsey), kalsow > PROCEDURE AlertJoin (t: T): REFANY RAISES {Alerted}; > (* Like Join, but if the thread is marked alerted at the time of call or > sometime during the wait, raise Alerted. Implementations may raise > additional exceptions. *) > I assume ``the thread'' referred to is the thread executing AlertJoin, > not the thread t which is the argument to AlertJoin? Yes. - Bill Kalsow