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 mp:change-process-priority .

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

change-process-priority


LispWorks Reference Manual - 20 Jul 2006

NextPrevUpTopContentsIndex