File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 666666\item Example on POSIX semaphores (it is a fixed version of the previous example
667667\example {race/race.c} from page \pageref {RACE_C }):
668668\example {race/posix-sem-fixed-race.c}.
669+ \item Another example: \example {semaphores/talking-heads.c}
669670\end {itemize }
670671
671672% %%%%
Original file line number Diff line number Diff line change 14241424
14251425\begin {itemize }
14261426\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.
14291429\item The semaphore functions adhere to the classical UNIX semantics --
14301430they return -1 on error and set \texttt {errno }.
14311431\item Example: \example {semaphores/sem.c}
You can’t perform that action at this time.
0 commit comments