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 6dadbd5 commit 8f2a6abCopy full SHA for 8f2a6ab
threads.tex
@@ -612,8 +612,8 @@
612
\item the calling process contains the exact copy of the calling thread,
613
including all the mutex states
614
\item other threads are not propagated to the new process
615
-\item if such other threads held allocated memory, the memory will remain
616
-allocated but lost
+\item if such other threads contain sole references to allocated memory, the
+memory will remain allocated but lost (leaked)
617
\item mutexes locked in other threads will remain locked for ever
618
\end{itemize}
619
\item creating a process from a multithreaded application makes sense for
0 commit comments