All Manuals > LispWorks User Guide and Reference Manual > 35 The MP Package

NextPrevUpTopContentsIndex

semaphore-name

Function
Summary

Gets the name of a semaphore.

Package

mp

Signature

semaphore-name sem => name

Arguments

sem

A semaphore.

Values

name

An object.

Description

The function semaphore-name returns the name that semaphore sem was given when it was created.

See also

make-semaphore


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex