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

NextPrevUpTopContentsIndex

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

Returns the numerical priority of the Lisp process. This can be modified by calling change-process-priority.

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

change-process-priority


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex