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

process-priority Function

Summary

Returns the numerical priority of the Lisp process.

Package

mp

Signature

process-priority process => priority

Arguments
process
A process.
Values
priority
A fixnum, the priority of process.
Description

The function process-priority returns the numerical priority of process. This can be modified by calling change-process-priority.

Examples
CL-USER 17 > (mp:process-priority mp:*current-process*)
600000
See also

change-process-priority


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