Prism 6.0 Reference Manual

contw

In MP Prism, continues execution and then waits for the members of the current pset to finish execution.

SYNTAX

contw [number | signal_name] [pset set_name | set_definition]

DESCRIPTION

The contw command is available only in MP Prism. It is an alias for

cont; wait

Issuing the command continues execution of the process from the point at which it stopped, then waits for the members of the current pset to finish execution. Most Prism commands are unavailable during this time.

If you specify a Solaris signal, by name or number, the process continues as though it received the signal. Otherwise, the process continues as though it had not been stopped.

This command can take a pset qualifier. If used with a qualifier, it applies to the pset you specify. If used without a qualifier, it applies to the current pset. See " Using Pset Qualifiers" for more information on pset qualifiers.