Added wxCriticalSection::TryEnter() method.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 1 Dec 2011 14:22:15 +0000 (14:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 1 Dec 2011 14:22:15 +0000 (14:22 +0000)
commitb9697cb4104c115d39d10915b47e2381938020e0
tree00336b44a35ecfe7a2c2d17d37a937dc6c0e1c64
parent4c5d5d633dc6d84562c22093deb3d5b19f0062f6
Added wxCriticalSection::TryEnter() method.

This is similar to wxMutex::TryLock() and useful for the same reasons.

Closes #13638.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/thread.h
interface/wx/thread.h
src/msw/thread.cpp
src/osx/carbon/thread.cpp
src/palmos/thread.cpp