threadStat

Purpose

Marks a single line of code to be executed as a thread.

Format

threadStat statement;

Examples

threadStat m = n*p;

See threadJoin for an example of a fully-defined thread set.

See also

Functions threadBegin, threadEnd, threadJoin