Mail Archives: djgpp/1997/08/10/10:32:44
Andrew Crabtree (andrewc AT typhoon DOT rose DOT hp DOT com) writes:
>> I know it sounds crazy, but what does the 'voltaile' with a
>> variable/function ?
>>
> For a variable, basically it means that it should exist in memory, and
> never be cached in a register. It has two primary uses. The first is
> to allow things like binary semaphores and mutex semaphores to work
> between processes and/or interrupt handlers. The second is to allow
> memory-mapped i/o to work.
And those timer interrupts and so forth...
What the heck is a "semaphore"???
--
.*. Where feelings are concerned, answers are rarely simple [GeneDeWeese]
-() < When I go to the theater, I always go straight to the "bag and mix"
`*' bulk candy section...because variety is the spice of life... [me]
Paul Derbyshire ao950 AT freenet DOT carleton DOT ca, http://chat.carleton.ca/~pderbysh
- Raw text -