mirror of
https://github.com/OpenMP/Examples.git
synced 2025-04-04 05:41:33 +01:00
15 lines
524 B
TeX
15 lines
524 B
TeX
\pagebreak
|
|
\chapter{The \code{taskyield} Directive}
|
|
\label{chap:taskyield}
|
|
|
|
The following example illustrates the use of the \code{taskyield} directive.
|
|
The tasks in the example compute something useful and then do some computation
|
|
that must be done in a critical region. By using \code{taskyield} when a task
|
|
cannot get access to the \code{critical} region the implementation can suspend
|
|
the current task and schedule some other task that can do something useful.
|
|
|
|
\cexample{taskyield}{1c}
|
|
|
|
\fexample{taskyield}{1f}
|
|
|