OpenMP-Examples/Examples_flush_nolist.tex
2015-01-13 11:38:24 -08:00

13 lines
305 B
TeX

\pagebreak
\chapter{The \code{flush} Construct without a List}
\label{chap:flush_nolist}
The following example distinguishes the shared variables affected by a \code{flush}
construct with no list from the shared objects that are not affected:
\cexample{flush_nolist}{1c}
\fexample{flush_nolist}{1f}