next node: ComSeqAction,
prev node: Env,
up to node: Subsystem Commands


ComSemaphor

Signature of ComSemaphor

List of Import References :
See BOOL
See Com
See DENOTATION
See Nat
See Option
See Seq
See Void

SIGNATURE ComSemaphor

$Date: 1998/06/16 16:00:16 $ ($Revision: 1.1.1.1 $)

-- semaphors

IMPORT  Void            ONLY void
        Com[void]       ONLY com
        Com[semaphor]   ONLY com

SORT semaphor

FUN semaphor    : com[semaphor]

FUN reserve     : semaphor                      -> com[void]
FUN release     : semaphor                      -> com[void]

FUN atomic      : semaphor ** com[void]         -> com[void]


next node: ComSeqAction,
prev node: Env,
up to node: Subsystem Commands