OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [sync1.ads] - Blame information for rev 696

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 696 jeremybenn
package sync1 is
2
   type Chopstick_Type is synchronized interface;
3
 
4
   type Chopstick is synchronized new Chopstick_Type with private;
5
private
6
   protected type Chopstick is new Chopstick_Type with
7
      entry Pick_Up;
8
      procedure Put_Down;
9
   private
10
      Busy : Boolean := False;
11
   end Chopstick;
12
end sync1;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.