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.
LispWorks User Guide and Reference Manual - 20 Sep 2017