aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/thread.cc
AgeCommit message (Expand)AuthorFilesLines
2012-01-23[multiple changes]Benjamin Kosnik1-142/+0
2011-11-07acinclude.m4 (GLIBCXX_CHECK_SC_NPROC_ONLN): Define.Jonathan Wakely1-0/+18
2011-07-09re PR libstdc++/49668 ([C++0x] std::thread does not forward its args as rvalues)Jonathan Wakely1-0/+1
2011-05-28acinclude.m4: Define GLIBCXX_CHECK_GET_NPROCS and GLIBCXX_CHECK_SC_NPROCESSOR...Jonathan Wakely1-0/+19
2011-03-16thread: Revert.Benjamin Kosnik1-2/+0
2011-03-15Makefile.am: Add functional.cc, shared_ptr.cc.Benjamin Kosnik1-0/+2
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik1-4/+7
2010-11-02cinttypes: Remove, move contents to C++0x and TR1 headers.Paolo Carlini1-3/+4
2010-06-03c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini1-2/+2
2009-12-17re PR libstdc++/42198 ([C++0x] Using std::thread without -pthread causes imme...Paolo Carlini1-0/+3
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-14/+10
2009-02-18system_error (system_category): To system_category().Benjamin Kosnik1-4/+1
2009-02-13thread (_Impl_base): Move _M_id out and into ...Chris Fairles1-11/+11
2009-02-10condition_variable (condition_variable): Remove _M_internal_mutex.Benjamin Kosnik1-2/+1
2009-02-07thread (thread::id): Move definition inside thread.Benjamin Kosnik1-32/+30
2009-02-05thread (__thread_data_base): Nest class in std::thread.Chris Fairles1-2/+3
2009-02-03re PR libstdc++/25191 (exception_defines.h #defines try/catch)Paolo Carlini1-2/+2
2009-01-29thread: Remove unused headers.Jonathan Wakely1-21/+26
2009-01-22thread (__thread_data_base, thread): Rename member functions to match coding ...Jonathan Wakely1-2/+2
2009-01-15acinclude.m4 ([GLIBCXX_ENABLE_CLOCK_GETTIME], [...]): Remove.Chris Fairles1-39/+1
2008-09-13thread: New.Chris Fairles1-0/+139