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

NextPrevUpTopContentsIndex

any-other-process-non-internal-server-p

Function
Summary

Tests whether there is any other process except the caller that is not marked as "internal server".

Package

mp

Signature

any-other-process-non-internal-server-p => result

Arguments

None.

Values

result

A boolean.

Description

The function any-other-process-non-internal-server-p is the predicate for whether there is any other process, except the caller process, that is not marked as "internal server".

Notes

Processes are marked as "internal server" by a true value for :internal-server amongst the keywords in a call to process-run-function.

See also

process-run-function
barrier-arriver-count


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex