comp.lang.ada
 help / color / mirror / Atom feed
From: Anh Vo <anhvofrcaus@gmail.com>
Subject: Aspect CPU
Date: Tue, 14 Jan 2014 17:56:36 -0800 (PST)
Date: 2014-01-14T17:56:36-08:00	[thread overview]
Message-ID: <27ff7582-b2bd-4a51-80a9-6a65a8c3f38b@googlegroups.com> (raw)

task type Workers (Cpu_N : Cpu_Range)
      with Cpu => Cpu_N;

---------------------------------------------
task type Rejected_Workers (Cpu_N : Cpu_Range) is
         entry Start;
      with Cpu => Cpu_N;


I am wandering why the second task declaration is rejected during compilation. Paragraph D.16 does not prohibit this kind of declaration. Could some one point me to the right paragraph where this declaration is not allowed. Thanks.

A. Vo 


             reply	other threads:[~2014-01-15  1:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-15  1:56 Anh Vo [this message]
2014-01-15  7:06 ` Aspect CPU Egil H H
2014-01-15 16:54   ` Anh Vo
2014-01-15 20:00     ` Simon Wright
2014-01-15 20:18       ` J-P. Rosen
2014-01-15 22:10         ` Anh Vo
2014-01-15 22:04       ` Anh Vo
2014-01-15 23:25         ` Randy Brukardt
replies disabled

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