comp.lang.ada
 help / color / mirror / Atom feed
From: Simon Wright <simon@pushface.org>
Subject: Re: Ada.Interrpts.Names
Date: Tue, 29 Jan 2019 10:29:53 +0000
Date: 2019-01-29T10:29:53+00:00	[thread overview]
Message-ID: <ly1s4vvjry.fsf@pushface.org> (raw)
In-Reply-To: q2ohu4$1jmq$1@gioia.aioe.org

lyttlec <lyttlec@removegmail.com> writes:

> Under Ubuntu Linux kill -l lists interrupts including SIGRTMIN and
> SIGRTMAX. However, gnat a-intnam.ads does not have these, nor does the
> Ada ARM toolchain. Is there a way to use these interrupts?

Looks as though Interrupt_ID is visibly a numeric type, so you could
just use the number (so long as it's less than (what on Darwin is)
System.OS_Interface.Max_Interrupt). Whether the RTS will actually
respond to the signal in a useful way is another matter. Again,
System.OS_Interface should offer a clue.

  reply	other threads:[~2019-01-29 10:29 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-29  3:39 Ada.Interrpts.Names lyttlec
2019-01-29 10:29 ` Simon Wright [this message]
2019-01-29 13:09   ` Ada.Interrpts.Names Simon Wright
2019-01-29 14:31     ` Ada.Interrpts.Names Simon Wright
2019-01-29 14:32     ` Ada.Interrpts.Names Simon Wright
2019-01-30 14:29       ` Ada.Interrpts.Names lyttlec
2019-01-30 20:43         ` Ada.Interrpts.Names Dennis Lee Bieber
2019-02-01 18:33           ` Ada.Interrpts.Names lyttlec
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox