home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / piwg / a000107.ada < prev    next >
Encoding:
Text File  |  1988-05-03  |  464 b   |  29 lines

  1. -- This is a procedure that calls the tasking related timing procedures
  2.  
  3. with C000001 ;
  4. with C000002 ;
  5. with C000003 ;
  6. with T000001 ;
  7. with T000002 ;
  8. with T000003 ;
  9. with T000004 ;
  10. with T000005 ;
  11. with T000006 ;
  12. with T000007 ;
  13.  
  14. procedure A000107 is
  15. begin
  16.  
  17.   C000001 ;
  18.   C000002 ;
  19.   C000003 ;
  20.   T000001 ;
  21.   T000002 ;
  22.   T000003 ;
  23.   T000004 ;
  24.   T000005 ;
  25.   T000006 ;
  26.   T000007 ; -- only a check. it will not work on some hosts.
  27.  
  28. end A000107 ;
  29.