We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8774750 commit 30d5708Copy full SHA for 30d5708
threads.tex
@@ -360,8 +360,8 @@
360
\begin{itemize}
361
\item If \funnm{pthread\_exit}() is not used, it is implicitly called when the
362
thread terminates with the value from the function \texttt{return}.
363
-\item The contents the finishing thread stack is undefined so you should not use
364
-pointers to the function local variables from memory pointed to by
+\item The contents of the exiting thread's stack are undefined so you should
+not use pointers to the function local variables from memory pointed to by
365
\emph{\texttt{val\_ptr}}.
366
\item If you do not intend to call \funnm{pthread\_join}(), you need to call
367
\funnm{pthread\_det\-ach}() or use the attributes (see below). If you do not, a
0 commit comments