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 4d6c9d0 commit 2684610Copy full SHA for 2684610
threads.tex
@@ -316,9 +316,9 @@
316
\end{slide}
317
318
\begin{itemize}
319
-\item a key created by \funnm{pthread\_key\_create}() is visible from all
320
-threads. In every thread the key may be associated with a different value via
321
-\funnm{pthread\_setspecific}()
+\item A key created by \funnm{pthread\_key\_create}() is visible from all
+threads. However, in every thread the key may be associated with a different
+value via \funnm{pthread\_setspecific}().
322
\item Each thread has a fixed size stack which \emsl{does not automatically
323
increase.} It is usually anywhere from 64 kilobytes to a few megabytes. If you
324
cross that limit, the program will quite probably crash. If you want a stack of
0 commit comments