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,ba7b74d2699f2def X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-15 10:35:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.cwix.com!newscon02.news.prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr14.news.prodigy.com.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: object ada, visual c and tasking combined. References: X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 67.112.203.71 X-Complaints-To: abuse@prodigy.net X-Trace: newssvr14.news.prodigy.com 1013798048 ST000 67.112.203.71 (Fri, 15 Feb 2002 13:34:08 EST) NNTP-Posting-Date: Fri, 15 Feb 2002 13:34:08 EST Organization: Prodigy Internet http://www.prodigy.com X-UserInfo1: Q[R_PJONAJUMB_LY@BCBNWX@RJ_XPDLMN@GZ_GYO^JWTEPIB_NVUAH_[BL[\IRKIANGGJBFNJF_DOLSCENSY^U@FRFUEXR@KFXYDBPWBCDQJA@X_DCBHXR[C@\EOKCJLED_SZ@RMWYXYWE_P@\\GOIW^@SYFFSWHFIXMADO@^[ADPRPETLBJ]RDGENSKQQZN Date: Fri, 15 Feb 2002 18:34:08 GMT Xref: archiver1.google.com comp.lang.ada:20055 Date: 2002-02-15T18:34:08+00:00 List-Id: >I have not done this, but would bet you cannot communicate between C++ >(actually native Win32) threads and Ada tasks by simply calling >functions. Functions, as in sqrt, are not thread-specific. Subprograms that manipulate a thread's data clearly do require access to the correct thread's data.