Returns the numerical priority of the Lisp process.
mp
process-priority process => priority
process
A process.
priority
A fixnum, the priority of process .
Returns the numerical priority of the Lisp process. This can be modified by calling change-process-priority.
CL-USER 17 > (mp:process-priority mp:*current-process*)
600000
change-process-priority
LispWorks User Guide and Reference Manual - 21 Dec 2011