FunctionPackage: mpToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1

process-name-to-process

Arguments: sym &key abbrev

This function returns the process whose process-name is name. name must be a string or a symbol, in which case the print-name is used. If the abbrev keyword argument is specified true, then name is matched to the beginning of each process-name to find a match. The abbrev argument defaults to nil.

On machines using the non-os-threads model (in 5.0/5.0.1/6.0, UNIX platforms), if no process is found whose name is name (or, if abbrev is true, whose name begins with name), an error is signaled.

On machines using the os-threads model (in 5.0/5.0.1/6.0, Windows machines), if no process is found whose name is name (or, if abbrev is true, whose name begins with name), an error is signaled if error is unspecified or true, and nil is returned if error is specified nil.

See multiprocessing.htm for general information on multiprocessing in Allegro CL. The distinction between the os-threads and the non-os-threads models is described in that document.


Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page was not revised from the 6.1 page.
Created 2002.2.26.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1