From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!newspeer1.nac.net!feeder.erje.net!eu.feeder.erje.net!news.swapon.de!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Jeffrey Carter Newsgroups: comp.lang.ada Subject: Re: assigning priority to task Date: Tue, 23 Sep 2014 22:32:53 -0700 Organization: Also freenews.netfront.net; news.tornevall.net; news.eternal-september.org Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Injection-Date: Wed, 24 Sep 2014 05:32:55 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="ff2e5d21b9fb0a12a9871c15f1d89f02"; logging-data="12913"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX193FP4tZ9B13qSvKv0b6GvM5llS4t8DuhE=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.0 In-Reply-To: Cancel-Lock: sha1:Pf7MSFA1h/UwfQl1zqJIXw8+exU= Xref: number.nntp.dca.giganews.com comp.lang.ada:189121 Date: 2014-09-23T22:32:53-07:00 List-Id: On 09/23/2014 08:39 PM, Stribor40 wrote: > Also my box has 2 cores. Is there way in ada to see which core is running which task? On many modern processors, each core can execute 2 tasks at the same time (effectively). So it may be possible for all 4 tasks in your example to run at the same time. An Ada-12 compiler that implements Annex D has pkg System.Multiprocessors.Dispatching_Domains (ARM D.16.1) that lets you determine the CPU that a task is running on, as well as aspect CPU to force a task to run on a specific CPU. Compilers for earlier versions of Ada may have vendor-specific ways to do similar things. -- Jeff Carter "All citizens will be required to change their underwear every half hour. Underwear will be worn on the outside, so we can check." Bananas 29