]> git.saurik.com Git - wxWidgets.git/commit - src/unix/threadpsx.cpp
Lock m_critsect in POSIX wxThread::Create().
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 16 May 2013 14:15:38 +0000 (14:15 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 16 May 2013 14:15:38 +0000 (14:15 +0000)
commit5063450e489683e9ce90951614d64dbfffc9ae61
tree68dfdf57a585cca43dd7f931b4c9fb01f8acfebf
parent3942aa77f5f737e668137a09ee197c7099c45a9e
Lock  m_critsect in POSIX wxThread::Create().

This is the documented behavior: all methods accessing m_internal should
lock it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73997 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/unix/threadpsx.cpp