home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 52
/
Amiga_Dream_52.iso
/
RiscOS
/
APP
/
DEVS
/
LIB
/
THREAD.ZIP
/
Thread
/
ThreadLib
/
hdr
/
Tswis
Wrap
Text File
|
1997-01-28
|
796b
|
27 lines
; Simtec RiscOS Multithreading Support Code
; (c) Neil A Carson (RiscBSD kernel team) / Simtec Electronics 1995
; For conditions of use see the file 'Copying' or contact Simtec
;
; SWI definitions for interface to Thread module
;
Thread_Initialise * &4DA40
Thread_CloseDown * &4DA41
Thread_On * &4DA42
Thread_Off * &4DA43
Thread_Begin * &4DA44
Thread_Semaphore * &4DA45
Thread_Signal * &4DA46
Thread_Wait * &4DA47
Thread_Send * &4DA48
Thread_Recieve * &4DA49
Thread_Purge * &4DA4A
Thread_Sleep * &4DA4B
Thread_Context * &4DA4C
Thread_Zap * &4DA4D
Thread_ZapAnother * &4DA4E
Thread_Self * &4DA4F
Thread_Yield * &4DA50
END