home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / RiscOS / APP / DEVS / LIB / THREAD.ZIP / Thread / ThreadLib / hdr / Tswis
Text File  |  1997-01-28  |  796b  |  27 lines

  1. ; Simtec RiscOS Multithreading Support Code
  2. ; (c) Neil A Carson (RiscBSD kernel team) / Simtec Electronics 1995
  3. ; For conditions of use see the file 'Copying' or contact Simtec
  4. ;
  5. ; SWI definitions for interface to Thread module
  6. ;
  7.  
  8. Thread_Initialise         * &4DA40
  9. Thread_CloseDown          * &4DA41
  10. Thread_On                 * &4DA42
  11. Thread_Off                * &4DA43
  12. Thread_Begin              * &4DA44
  13. Thread_Semaphore          * &4DA45
  14. Thread_Signal             * &4DA46
  15. Thread_Wait               * &4DA47
  16. Thread_Send               * &4DA48
  17. Thread_Recieve            * &4DA49
  18. Thread_Purge              * &4DA4A
  19. Thread_Sleep              * &4DA4B
  20. Thread_Context            * &4DA4C
  21. Thread_Zap          * &4DA4D
  22. Thread_ZapAnother      * &4DA4E
  23. Thread_Self          * &4DA4F
  24. Thread_Yield          * &4DA50
  25.  
  26.     END
  27.