comp.lang.ada
 help / color / mirror / Atom feed
From: mheaney@ni.net (Matthew Heaney)
Subject: Re: Task question...
Date: 1997/11/01
Date: 1997-11-01T00:00:00+00:00	[thread overview]
Message-ID: <mheaney-ya023680000111970956120001@news.ni.net> (raw)
In-Reply-To: 344a5b0e.102700339@news.pcisys.net


In article <344a5b0e.102700339@news.pcisys.net>,
elaine.waybright@pcisys.net wrote:

>On Thu, 16 Oct 1997 12:50:34 +1000, Paul Van Gorp
><paulvg@eelab.su.oz.au> wrote:
>
>>Hi, I have this strange problem when using tasking in Ada95
>>
>>compiler: GNAT 3.10p1
>>OS: micro$oft w95.
>>
>>Im looking for a way to accomplish the following (im sure there exists a
>>simple soln!)
>>
>>task type t1 is
>>       entry reply;
>>       ...
>>end t1;
>>
>>task type t2 is
>>       ...
>>end t2;
>>
>>task body t1 is
>>       T: t2;
>>begin

>>each taska and taskb would have its own instance of T, which they
>>could rendezvous with easily enough with T.whatever, but how could that
>>task T rendezvous with the task that called it ?


Declare task T2 inside the declarative region of T1:

task body T1 is

   task T2 is
      entry E2;
   end;

   task body T2 is
   begin
       ...
   end;

begin

  T2.E2;

...
end;

--------------------------------------------------------------------
Matthew Heaney
Software Development Consultant
<mailto:matthew_heaney@acm.org>
(818) 985-1271




  reply	other threads:[~1997-11-01  0:00 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-10-16  0:00 Task question Paul Van Gorp
1997-10-19  0:00 ` elaine.waybright
1997-11-01  0:00   ` Matthew Heaney [this message]
1997-10-21  0:00 ` Robert A Duff
  -- strict thread matches above, loose matches on Subject: below --
2007-12-10 22:12 shaunpatterson
2007-12-10 22:29 ` gpriv
2007-12-10 22:51   ` shaunpatterson
2007-12-10 23:13     ` gpriv
2007-12-10 23:40 ` Robert A Duff
2007-12-11  0:43 ` anon
1997-10-06  0:00 Larry Coon
1997-10-07  0:00 ` Matthew Heaney
1997-10-07  0:00   ` Larry Coon
1997-10-07  0:00 ` David C. Hoos, Sr.
1997-10-07  0:00   ` Larry Coon
1997-10-07  0:00   ` Steve O'Neill
1997-10-08  0:00   ` Matthew Heaney
1997-10-08  0:00   ` Tom Moran
1997-10-07  0:00 ` Robert A Duff
1997-10-13  0:00   ` Larry Coon
1997-10-30  0:00 ` Balmacara9
1996-09-15  0:00 task question Nicolay Belofastow
1996-09-23  0:00 ` Matthew Heaney
     [not found] <204266@QZCOM>
1986-09-26 17:28 ` Task question Matts_Kallioniemi_QZ
replies disabled

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