occt: master b2ec0b4d

Author Committer Branch Timestamp Parent
kgv bugmaster master 2017-04-15 15:57:30 master 6fd4ffd9
Affected Issues  0028657: Foundation Classes - OSD_Thread does not release thread resources on non-Windows platforms
Changeset 0028657: Foundation Classes - OSD_Thread does not release thread resources on non-Windows platforms

~OSD_Thread(), OSD_Thread::SetFunction() and OSD_Thread::Run()
now detach old thread also on platforms using pthreads.
OSD_Thread::Wait() now closes thread handle after joining.
mod - src/OSD/OSD_Thread.cxx Diff File
mod - src/OSD/OSD_Thread.hxx Diff File