home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / dev / amiga_e-2.1b.lha / Amiga_E-2.1b / Modules-Text / exec / semaphores.txt < prev    next >
Encoding:
Text File  |  1992-09-02  |  559 b   |  26 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:exec/semaphores.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. (---) OBJECT ssr
  6. (  0)   mln:substructure
  7. (  8)   waiter:LONG
  8. (---) ENDOBJECT     /* SIZEOF=12 */
  9.  
  10. (---) OBJECT ss
  11. (  0)   ln:substructure
  12. ( 14)   nestcount:INT
  13. ( 16)   waitqueue:substructure
  14. ( 28)   multiplelink:substructure
  15. ( 40)   owner:LONG
  16. ( 44)   queuecount:INT
  17. (---) ENDOBJECT     /* SIZEOF=46 */
  18.  
  19. (---) OBJECT sm
  20. (  0)   mp:substructure
  21. ( 34)   bids:INT
  22. (---) ENDOBJECT     /* SIZEOF=36 */
  23.  
  24. CONST SM_LOCKMSG=16
  25.  
  26.