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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9277635655f37412 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.15.105 with SMTP id w9mr9139801pbc.7.1322844937886; Fri, 02 Dec 2011 08:55:37 -0800 (PST) Path: lh20ni59478pbb.0!nntp.google.com!news1.google.com!postnews.google.com!s4g2000yqk.googlegroups.com!not-for-mail From: awdorrin Newsgroups: comp.lang.ada Subject: Re: POSIX.Semaphores question Date: Fri, 2 Dec 2011 08:54:16 -0800 (PST) Organization: http://groups.google.com Message-ID: <7471851b-7c30-4cec-b1db-c4e62ff514d0@s4g2000yqk.googlegroups.com> References: NNTP-Posting-Host: 192.35.35.35 Mime-Version: 1.0 X-Trace: posting.google.com 1322844857 21900 127.0.0.1 (2 Dec 2011 16:54:17 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 2 Dec 2011 16:54:17 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s4g2000yqk.googlegroups.com; posting-host=192.35.35.35; posting-account=YkFdLgoAAADpWnfCBA6ZXMWTz2zHNd0j User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESRCNK X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20100101 Firefox/8.0,gzip(gfe) Xref: news1.google.com comp.lang.ada:19310 Content-Type: text/plain; charset=ISO-8859-1 Date: 2011-12-02T08:54:16-08:00 List-Id: What I'm gathering so far is that the pragma export is making the variable 'READY' static, which is why its staying uninitialized... Not sure the right way to get this assigned and exported over to C.