X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ed446867f5e1ab8f3978533b525d0aeed344c32f..6294ac2e91af3408cfa04910b90ad7ace94f1220:/docs/latex/wx/thread.tex diff --git a/docs/latex/wx/thread.tex b/docs/latex/wx/thread.tex index fa40d4e833..8bac6f84bd 100644 --- a/docs/latex/wx/thread.tex +++ b/docs/latex/wx/thread.tex @@ -4,7 +4,7 @@ A thread is basically a path of execution through a program. Threads are sometimes called {\it light-weight processes}, but the fundamental difference between threads and processes is that memory spaces of different processes are separated while all threads share the same address space. While it makes it -much easier to share common data between several threads, it also makes much +much easier to share common data between several threads, it also makes it much easier to shoot oneself in the foot, so careful use of synchronization objects such as \helpref{mutexes}{wxmutex} and/or \helpref{critical sections}{wxcriticalsection} is recommended. @@ -62,7 +62,7 @@ The possible values for {\it kind} parameters are: \end{twocollist} -\membersection{wxThread::\destruct{wxThread}} +\membersection{wxThread::\destruct{wxThread}}\label{wxthreaddtor} \func{}{\destruct{wxThread}}{\void}