1
0
mirror of https://github.com/OpenMP/Examples.git synced 2025-04-14 10:21:22 +01:00
OpenMP-Examples/Examples_nestable_lock.tex
2015-01-13 11:38:24 -08:00

12 lines
277 B
TeX

\pagebreak
\chapter{Nestable Lock Routines}
\label{chap:nestable_lock}
The following example demonstrates how a nestable lock can be used to synchronize
updates both to a whole structure and to one of its members.
\cexample{nestable_lock}{1c}
\fexample{nestable_lock}{1f}