follows

The follows Statement

The follows statement causes the compiler to mark the current thread as a dependant of the threads listed in the statement. The current thread will be scheduled to execute if all of the threads that precede it have exited and scheduled it for execution. The syntax of the follows statement is shown below.

 follows main  // configure thread dependencies

Generated by  doxygen 1.6.2