comp.lang.ada
 help / color / mirror / Atom feed
From: Simon Wright <simon@pushface.org>
Subject: Re: How to terminate all running tasks?
Date: Wed, 10 Jun 2020 17:26:31 +0100
Date: 2020-06-10T17:26:31+01:00	[thread overview]
Message-ID: <ly4kriyjig.fsf@pushface.org> (raw)
In-Reply-To: hkc20vFgikuU1@mid.individual.net

Niklas Holsti <niklas.holsti@tidorum.invalid> writes:

> you may want to make the priorities of the child tasks lower than the
> priority of the main subprogram (the environment task).

which would normally be System.Default_Priority, unless you've said for
example

procedure Main_Program is
   pragma Priority (System.Default_Priority + 1);
is
...

  reply	other threads:[~2020-06-10 16:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-10 11:14 How to terminate all running tasks? Gilbert Gosseyn
2020-06-10 12:12 ` Niklas Holsti
2020-06-10 12:29   ` Niklas Holsti
2020-06-10 16:26     ` Simon Wright [this message]
2020-06-11  6:04       ` J-P. Rosen
2020-06-10 13:49 ` Jeffrey R. Carter
2020-06-10 14:45   ` Jeffrey R. Carter
replies disabled

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