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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4851adad76d89b96 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-18 00:52:35 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!intgwpad.nntp.telstra.net!news-server.bigpond.net.au!not-for-mail From: Dale Stanbrough Newsgroups: comp.lang.ada Subject: Re: how to implement monitor Organization: RMIT References: <9gk8nb$20d$1@news.tpi.pl> User-Agent: MT-NewsWatcher/3.1 (PPC) Message-ID: Date: Mon, 18 Jun 2001 07:52:33 GMT NNTP-Posting-Host: 144.132.94.47 X-Complaints-To: news@bigpond.net.au X-Trace: news-server.bigpond.net.au 992850753 144.132.94.47 (Mon, 18 Jun 2001 17:52:33 EST) NNTP-Posting-Date: Mon, 18 Jun 2001 17:52:33 EST Xref: archiver1.google.com comp.lang.ada:8830 Date: 2001-06-18T07:52:33+00:00 List-Id: ArekB wrote: > hi > I use "protected type" to implement monitor, but how to implement > conditional variables and function "signal" and "wait" > Thanks in advance You don't. If you do this, then you will not be following the proper mechanism for dealing with concurrency in Ada. Dale