2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-23 18:12:12 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
William E. Kempf
915c2cd206 Changed thread design. Updated code and documentation in preperation of submission.
[SVN r10952]
2001-08-28 20:19:37 +00:00
William E. Kempf
7cee797d2e Maded tss class an implementation detail and added thread_specific_ptr template.
[SVN r10873]
2001-08-15 20:49:42 +00:00
William E. Kempf
a7fb1e73d2 Cleaned up code for tss and once methods. Added unit tests for once methods.
[SVN r10838]
2001-08-10 20:47:02 +00:00
William E. Kempf
344ddb5fd2 Added tss cleanup functionality and once methods.
[SVN r10827]
2001-08-09 20:32:52 +00:00
William E. Kempf
692aa0e352 Moved lock types into boost::detail::thread. Renamed the lock types. Added locked() methods to lock types.
[SVN r10725]
2001-07-30 18:29:25 +00:00
William E. Kempf
0ae839e0bb Applied patches for Unix/GNU toolset.
[SVN r10600]
2001-07-12 20:29:43 +00:00
William E. Kempf
66fa1995cf Fixed coding style to match proposed Boost guidelines.
[SVN r10550]
2001-07-06 18:23:40 +00:00
William E. Kempf
8ce4eeca24 Changed boost::thread to use a noncopyable design.
[SVN r10518]
2001-07-03 18:28:10 +00:00
William E. Kempf
2febaf386c Modified to use Boost.Function for the threadproc.
[SVN r10437]
2001-06-26 19:20:11 +00:00
Beman Dawes
b282e06a90 Initial commit
[SVN r10342]
2001-06-15 15:42:45 +00:00