Function MAKE-ATOMIC-INTEGER
Syntax:
make-atomic-integer &key value => atomic-integer
Arguments and values:
value -> a non-negative integer.
semaphore -> a semaphore object.
Description:
Creates an atomic integer name
and initial value value
.
Exceptional situations:
Signals a condition of type
type-error
if value
is not a non-negative integer (an unsigned-byte).
See also:
Notes:
None.