mirror of
https://github.com/OpenMP/Examples.git
synced 2025-04-04 05:41:33 +01:00
11 lines
442 B
TeX
11 lines
442 B
TeX
%\pagebreak
|
|
\subsection{The \code{omp\_init\_lock\_with\_hint} Routine}
|
|
\label{subsec:init_lock_with_hint}
|
|
|
|
The following example demonstrates how to initialize an array of locks in a \code{parallel} region by using \code{omp\_init\_lock\_with\_hint}.
|
|
Note, hints are combined with an \code{|} or \code{+} operator in C/C++ and a \code{+} operator in Fortran.
|
|
|
|
\cppexample[4.5]{init_lock_with_hint}{1}
|
|
|
|
\fexample[4.5]{init_lock_with_hint}{1}
|