Files
pvData/pvDataApp
Michael Davidsaver 2a4f614b7a thread: avoid unnecessary allocations
Use auto_ptr<> for pImpl

Eliminate redundant ThreadListElement class.  It just contains
a Thread* and a ThreadListNode which contains itself?

Make thread main function a static class function to avoid
problems with accessing private members of ThreadPvt.
In this context "private" means used by the implementation
class only.
2011-02-04 16:22:15 -05:00
..
2010-12-20 06:30:48 -05:00
2011-02-01 05:31:55 -05:00
2011-01-16 23:50:56 +01:00