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

make-condition-variable Function

Summary

Makes a condition-variable.

Package

mp

Signature

make-condition-variable &key name => condvar

Arguments
name
A string naming the condition-variable.
Values
condvar
Description

The function make-condition-variable makes a condition-variable for use with condition-variable-wait, condition-variable-signal and condition-variable-broadcast.

name is used when printing the condition-variable, and is useful for debugging. If name is omitted, then a default name is generated that is unique among all such default names.

See also

condition-variable
condition-variable-wait
condition-variable-signal
condition-variable-broadcast
19.7.1 Condition variables


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:51