All Manuals > LispWorks® User Guide and Reference Manual > 37 The HCL Package

array-single-thread-p Function

Summary

The predicate for single-thread arrays.

Package

hcl

Signature

array-single-thread-p array => result

Arguments
array
An array.
Values
result
A boolean.
Description

The function array-single-thread-p is the predicate for whether array is one known to be only accessed in a single thread context, as created by:

(make-array ... :single-thread t)

or set by set-array-single-thread-p.

See also

make-array
set-array-single-thread-p


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