From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Fri, 25 Mar 2005 15:12:35 -0500 From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] tsleep / timer questions In-Reply-To: <20050325200401.GB93332@smp500.sitetronics.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <26029ec71211f29300ddd8b5225f1e38@coraid.com> <20050325183606.GA93332@smp500.sitetronics.com> <20050325200401.GB93332@smp500.sitetronics.com> Topicbox-Message-UUID: 2bb54d8a-ead0-11e9-9d60-3106f5b1d025 It's in the portfns on sources: x40=; 9fs sources x40=; 9p read sources/plan9/sys/src/9/port/portfns.h | grep addclock0 Timer* addclock0link(void (*)(void), int); x40=; and it's been that way as far back as the sources dump goes (2002). Note that this is only a (relatively) recent addition to Plan 9; in Inferno there was no extra parameter. Russ