[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'Exec' (#aros)

PMsgPort

Port for inter-task communication.

Declaration

Source position: exec.pas line 612

type PMsgPort = ^TMsgPort;

See also

AddPort

  

Add a public message port to the system

RemPort

  

Remove a message port from the system

CreateIORequest

  

Create a structure usable for an I/O request

CreateMsgPort

  

Create a new message port

DeleteMsgPort

  

Free a message port

FindPort

  

Find a system message port by name

GetMsg

  

Get next message from message port

PutMsg

  

Put a message to a message port

WaitPort

  

Wait for a given port to be non-empty


Documentation generated on: 2017-01-10