OSDN Git Service

2006-10-31 Pat Rogers <rogers@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 31 Oct 2006 18:14:09 +0000 (18:14 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 31 Oct 2006 18:14:09 +0000 (18:14 +0000)
commit4ad0f27710ed8a9d320b9f976e0baa8854b56bc9
tree8d996a610392ed685d80543ddaa0be48ff5f097a
parent6059d0f96a6002445b48b5bf54865af29d29db7a
2006-10-31  Pat Rogers  <rogers@adacore.com>

* a-rttiev.ads, a-rttiev.adb:
This is a significant redesign primarily for the sake of automatic
timer task termination but also to fix a design flaw.
Therefore we are now using an RTS lock, instead of a protected
object, to provide mutual exclusion to the queue of pending events
and the type Timing_Event is no longer a protected type.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118327 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/a-rttiev.adb
gcc/ada/a-rttiev.ads