[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] "Volatile"
From: |
David Kelly |
Subject: |
Re: [avr-gcc-list] "Volatile" |
Date: |
Mon, 18 Apr 2005 12:58:29 -0500 |
On Apr 18, 2005, at 1:40 AM, David Brown wrote:
Yes, it is the later - C has no concept of "atomic statement", so
anything
dependant on atomicity is going to be target-depedendant and
non-portable.
Not terribly long ago I went digging thru GCC docs on the hope of
finding an __attribute__ for quickly and cleanly applying an "atomic"
property to a variable. Didn't find one. But knowing there were
"packed" and similar attributes for structs, and the various things
done for AVR registers, led me to suspect "atomic" or similar might
exist.
--
David Kelly N4HHE, address@hidden
========================================================================
Whom computers would destroy, they must first drive mad.
- [avr-gcc-list] "Volatile", Keith Gudger, 2005/04/15
- Re: [avr-gcc-list] "Volatile", E. Weddington, 2005/04/15
- Re: [avr-gcc-list] "Volatile", David Brown, 2005/04/17
- Re: [avr-gcc-list] "Volatile", Jeff Epler, 2005/04/17
- Re: [avr-gcc-list] "Volatile", David Brown, 2005/04/18
- Re: [avr-gcc-list] "Volatile", Graham Davies, 2005/04/18
- Re: [avr-gcc-list] "Volatile", David Brown, 2005/04/18
- Re: [avr-gcc-list] "Volatile", Keith Gudger, 2005/04/18
- Re: [avr-gcc-list] "Volatile", David Brown, 2005/04/18
- Re: [avr-gcc-list] "Volatile",
David Kelly <=
- Re: [avr-gcc-list] "Volatile", David Brown, 2005/04/19
- RE: [avr-gcc-list] "Volatile", stevech, 2005/04/20
- Re: [avr-gcc-list] "Volatile", Colin Paul Gloster, 2005/04/20
- Re: [avr-gcc-list] "Volatile", E. Weddington, 2005/04/20
- Re: [avr-gcc-list] 'Volatile', Mike Murphree, 2005/04/20
- RE: [avr-gcc-list] "Volatile", Geoffrey Wossum, 2005/04/20
- Re: [avr-gcc-list] "Volatile", E. Weddington, 2005/04/18
- Re: [avr-gcc-list] "Volatile", David Brown, 2005/04/18
RE: [avr-gcc-list] "Volatile", Dave Hansen, 2005/04/15
Re: [avr-gcc-list] "Volatile", Douglas Dotson, 2005/04/15