precedes

The precedes Statement

The precedes statement causes the compiler to mark the threads listed in the statement as dependants of the current thread. A subset of these threads will begin executing once the current thread exits, depending on the form of the exit statement used at the end of the current thread. The syntax of the precedes statement is shown below.

 precedes worker, music, walking  // configure dependant threads

Generated by  doxygen 1.6.2