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

NextPrevUpTopContentsIndex

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 an 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 - 20 Sep 2017

NextPrevUpTopContentsIndex