File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 666
666
\item Example on POSIX semaphores (it is a fixed version of the previous example
667
667
\example {race/race.c} from page \pageref {RACE_C }):
668
668
\example {race/posix-sem-fixed-race.c}.
669
+ \item Another example: \example {semaphores/talking-heads.c}
669
670
\end {itemize }
670
671
671
672
% %%%%
Original file line number Diff line number Diff line change 1424
1424
1425
1425
\begin {itemize }
1426
1426
\item Semaphores created using this API do not have a name (as opposed to
1427
- those created via the \texttt {sem\_ open } function), hence they are called
1428
- unnamed.
1427
+ those created via the \texttt {sem\_ open } function,
1428
+ see page \pageref { NAMED_SEMAPHORES }), hence they are called unnamed.
1429
1429
\item The semaphore functions adhere to the classical UNIX semantics --
1430
1430
they return -1 on error and set \texttt {errno }.
1431
1431
\item Example: \example {semaphores/sem.c}
You can’t perform that action at this time.
0 commit comments