added wxSemaphore (with docs), new version of wxCondition and bug fixes to wxThread...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 2 Apr 2002 13:15:16 +0000 (13:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 2 Apr 2002 13:15:16 +0000 (13:15 +0000)
commitbe8098689121d2352751c51005c133797d77ecea
treedcbe5777d5117db7df4a962cf9d705c6d35ce023
parent8e2baee50d21f475024ffb04ab25c8945551d961
added wxSemaphore (with docs), new version of wxCondition and bug fixes to wxThread (patch 538242 by K.S. Sreeram)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/category.tex
docs/latex/wx/classes.tex
docs/latex/wx/conditn.tex
docs/latex/wx/semaphor.tex [new file with mode: 0644]
include/wx/thread.h
src/msw/thread.cpp
src/unix/threadpsx.cpp