AllocSignal()
Allocates one or more signals for intertask communication.
ClearCurrentSignals()
Clears specified signals bits of the current task.
FreeSignal()
Frees signal bits.
GetCurrentSignals()
Returns the state of the current task's signal bits.
SendSignal()
Sends one or more signals to another task or thread.
WaitSignal()
Waits for one or more signals to arrive.
CreateBufferedMsg()
Creates a buffered message.
CreateMsg()
Creates a standard message.
CreateMsgPort()
Creates a message port.
CreateSmallMsg()
Creates a small message.
CreateUniqueMsgPort()
Creates a message port with a guaranteed unique name.
DeleteMsg()
Deletes a message of any type.
DeleteMsgPort()
Deletes a message port.
FindMsgPort()
Returns the item number of the message port having the specified name.
SendMsg()
Sends a message.
SendSmallMsg()
Sends a small message.
GetMsg()
Gets a message from a message port.
GetThisMsg()
Gets a specific message.
WaitPort()
Waits for a message to arrive.
ReplyMsg()
Sends a reply to a message.
ReplySmallMsg()
Sends a reply to a small message.