Module udc - User-defined channels

User-defined channels.

For more information, see "User-Defined Channels in occam".

Index

Declarations

udc_funcs.occ:42Process udc.softchan.alloc

PROC udc.softchan.alloc (RESULT INT addr)

udc_funcs.occ:48Process udc.softchan.free

PROC udc.softchan.free (INT addr)

udc_funcs.occ:54Process udc.bufchan.alloc

PROC udc.bufchan.alloc (VAL INT size, RESULT INT addr)

udc_funcs.occ:60Process udc.bufchan.free

PROC udc.bufchan.free (INT addr)

udc_funcs.occ:66Process udc.sockchan.alloc

PROC udc.sockchan.alloc (VAL []BYTE hostname, VAL INT port, RESULT INT addr)

udc_funcs.occ:72Process udc.sockchan.free

PROC udc.sockchan.free (INT addr)