attempts to make wxCondition::Broadcast() and Signal() work simultaneously - currentl...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 30 Jan 2002 19:11:54 +0000 (19:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 30 Jan 2002 19:11:54 +0000 (19:11 +0000)
commit8d5eff606ae62a36ea2ccecc017a810081cdc22d
tree1879486c8bff4805242ea582e61d42d6d3f39d83
parent35917d228a9fc3cecd3bd8a2b67a3bf34713723b
attempts to make wxCondition::Broadcast() and Signal() work simultaneously - currently they do but something else doesn't

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13931 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/thread.h
samples/console/console.cpp
src/unix/threadpsx.cpp