aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/thread
AgeCommit message (Expand)AuthorFilesLines
2009-07-31forward_list.h (splice_after): Use forward.Jason Merrill1-1/+4
2009-06-16thread (~thread(), [...]): Call terminate if joinable.Jonathan Wakely1-2/+2
2009-05-18stl_pair.h (swap): Do not swap rvalues.Jonathan Wakely1-11/+3
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-14/+9
2009-02-21user.cfg.in: Tweaks.Benjamin Kosnik1-1/+14
2009-02-18system_error (system_category): To system_category().Benjamin Kosnik1-1/+1
2009-02-13thread (_Impl_base): Move _M_id out and into ...Chris Fairles1-30/+20
2009-02-10condition_variable (condition_variable): Remove _M_internal_mutex.Benjamin Kosnik1-4/+7
2009-02-09thread (this_thread::get_id): Inline.Chris Fairles1-1/+1
2009-02-09thread (thread<>::thread(_Callable)): Explicitly use _Callable as template ar...Chris Fairles1-1/+1
2009-02-07thread (thread::id): Move definition inside thread.Benjamin Kosnik1-136/+124
2009-02-05thread (__thread_data_base): Nest class in std::thread.Chris Fairles1-28/+27
2009-01-29thread: Remove unused headers.Jonathan Wakely1-26/+13
2009-01-22thread (__thread_data_base, thread): Rename member functions to match coding ...Jonathan Wakely1-11/+19
2009-01-18thread (__thread_data_base::__run): Make non-const.Jonathan Wakely1-2/+2
2009-01-15acinclude.m4 ([GLIBCXX_ENABLE_CLOCK_GETTIME], [...]): Remove.Chris Fairles1-18/+39
2008-09-13thread: New.Chris Fairles1-0/+280