Bordeaux-Threads

Version 0.8.8

Common Lisp threading library

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:

atomic-integer

Notes:

None.

Last updated on 2022-01-07
Published on 2022-01-07
Edit on GitHub