LispWorks User Guide and Reference Manual > 40 The SYSTEM Package

NextPrevUpTopContentsIndex

low-level-atomic-place-p

Function
Summary

The predicate for whether a place is suitable for use with the low-level atomic operators.

Signature

low-level-atomic-place-p place &optional environment => result

Arguments

place

A place

environment

An environment object

Values

result

A boolean

Description

The function low-level-atomic-place-p is the predicate for whether the place place is one of the places for which low-level atomic operations are defined, and is therefore suitable for use with those operators.

These places are described in Low level atomic operations.

See also

atomic-decf
atomic-exchange
atomic-fixnum-decf
atomic-pop
atomic-push
compare-and-swap
define-atomic-modify-macro


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex