Next Prev Up Top Contents Index

list-all-processes

Function
Summary

Lists all the Lisp processes currently in the system.

Package

mp

Signature

list-all-processes => process-list

Arguments

None.

Values

process-list

A list of all the currently active Lisp processes.

Description

Returns a list of all the active Lisp processes in LispWorks.

Example
NEW 38 > (mp:list-all-processes)
(#<MP:PROCESS Name "LispWorks 4.0.0" Priority 700000 State "Waiting for events"> 
 #<MP:PROCESS Name "Editor 1" Priority 600000 State "Waiting for events"> 
 #<MP:PROCESS Name "Listener 1" Priority 600000 State "Running"> 
 #<MP:PROCESS Name "The idle process" Priority -8388608 State "Running">)

LispWorks Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index