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

set-array-single-thread-p Function

Summary

Tells the system whether an array is accessed only in a single thread context, or not.

Package

hcl

Signature

set-array-single-thread-p array on-p

Arguments
array
An array.
on-p
A generalized boolean.
Description

The function set-array-single-thread-p tells LispWorks whether the array array is accessed only in a single thread context or not, depending on the value of on-p. Arrays that are marked for single thread access are faster for some operations, in particular vector-push and vector-pop.

See also

array-single-thread-p
make-array


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