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: 2010-09-30 18:24:17 +0200 (Do, 30. Sep 2010) $ ($Revision: 616 $)

-- 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