avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] generic queue library for AVR GCC?


From: Geoffrey Wossum
Subject: Re: [avr-gcc-list] generic queue library for AVR GCC?
Date: Wed, 17 Nov 2004 13:21:13 -0600
User-agent: KMail/1.7.1

On Wednesday 17 November 2004 12:05 pm, address@hidden 
wrote:
> Wouldn't that require a change to the syntax of the c language?  Not
> that it's a bad idea but just don't expect to see it soon unless
> someone else has already proposed it to whatever committee oversees
> the language.
>
> As an aside, Java has a construct that would help here; you can put a
> "try" around code that might fail and have a "finally" block that
> always gets executed:

That's odd.  When I saw the proposed "critical" attribute, I thought it looked 
just like Java's synchronized attribute, which is in fact designed to prevent 
race conditions in multi-threaded Java code.

---
Geoffrey Wossum
Long Range Systems - http://www.pager.net


reply via email to

[Prev in Thread] Current Thread [Next in Thread]