home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
200-299
/
ff201.lzh
/
Draco
/
drinc
/
exec
/
ports.g
< prev
next >
Wrap
Text File
|
1989-04-03
|
667b
|
37 lines
type
Node_t=unknown14,
List_t=unknown14,
MsgPort_t=struct{
Node_tmp_Node;
shortmp_Flags;
shortmp_SigBit;
*Task_tmp_SigTask;
List_tmp_MsgList;
};
byte
PF_ACTION=3,
PA_SIGNAL=0,
PA_SOFTINT=1,
PA_IGNORE=2;
type
Message_t=struct{
Node_tmn_Node;
*MsgPort_tmn_ReplyPort;
uintmn_Length;
};
extern
AddPort(*MsgPort_tport)void,
CreatePort(*charname;shortpri)*MsgPort_t,
DeletePort(*MsgPort_tport)void,
FindPort(*charname)*MsgPort_t,
GetMsg(*MsgPort_tport)*Message_t,
PutMsg(*MsgPort_tport;*Message_tmsg)void,
RemPort(*MsgPort_tport)void,
ReplyMsg(*Message_tmsg)void,
WaitPort(*MsgPort_tport)*Message_t;