From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <31b636f9de93f12f6ecfc0b369f33515@proxima.alt.za> To: 9fans@9fans.net Date: Wed, 29 Apr 2015 06:55:27 +0200 From: lucio@proxima.alt.za In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] setitimer equivalent Topicbox-Message-UUID: 4e879116-ead9-11e9-9d60-3106f5b1d025 > I'm not familiar with a function named settimer, is that from Windows? > Given the name, would sleep/alarm fit your requirements? According to the Ubuntu man pages, setitimer(2) operates on one of three interval timers: ral, virtual and profile. It could take quite a bit of effort to port this to APE. I see that NetBSD echoes the Linux documentation. Lucio.