Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!princeton!newross!atomic.Princeton.EDU!nr From: nr@cs.Princeton.EDU (Norman Ramsey) Newsgroups: comp.lang.modula3 Subject: Question about Thread.AlertJoin Message-ID: <1991Apr11.160756.16703@newross.Princeton.EDU> Date: 11 Apr 91 16:07:56 GMT Sender: news@newross.Princeton.EDU (USENET News System) Organization: Princeton University, Dept. of Computer Science Lines: 11 Originator: nr@atomic.Princeton.EDU I note: 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? -- Norman Ramsey nr@princeton.edu