changes to thread code (directly use boost::thread)
- removes our NewThread() function an replaces remaining calls with boost::thread with our TraceThread template
- remove ExitThread() function
- fix THREAD_PRIORITY_ABOVE_NORMAL for non Windows OSes
changes to thread code (directly use boost::thread) 53e71135de29Unpublished Tags None Subscribers None
Description
Details
|