All Manuals > LispWorks User Guide and Reference Manual > 44 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

semaphore
make-semaphore
Counting semaphores


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex