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.6 required=5.0 tests=BAYES_05,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5d05ccde5cefb836,start X-Google-Attributes: gid103376,public From: "Barry L. Dorough" Subject: Tasks and C/C++ code. Date: 1998/11/09 Message-ID: <364702E5.F6987321@hiwaay.net>#1/1 X-Deja-AN: 409955183 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Organization: Renaissance Internet Services Mime-Version: 1.0 Reply-To: bdorough@phaseiv.com Newsgroups: comp.lang.ada Date: 1998-11-09T00:00:00+00:00 List-Id: I am working on a project where we need to call the same C function from multiple tasks. I am wondering how to do this safely. Can I make a generic with my C pragma defined there are do I need to define the prama in the task type so each task will have its own copy of the C function. Thanks, Barry L. Dorough