All Manuals > LispWorks® User Guide and Reference Manual > 42 The MP Package

with-interrupts-blocked Macro

Summary

Evaluates code with interrupts blocked.

Package

mp

Signature

with-interrupts-blocked &body body => results

Arguments
body
Code.
Values
results
Values returned by evaluating body.
Description

The macro with-interrupts-blocked evaluates body with interrupts blocked.

It is equivalent to:

(mp:allowing-block-interrupts t ,@body)

which means it also allows you to change the blocking of interrupts inside body.

See the entry for allowing-block-interrupts for full details.

See also

allowing-block-interrupts


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