gcc/libstdc++-v3/src
Jonathan Wakely f55e699d3d Loop in std::this_thread sleep functions
PR libstdc++/60421
	* include/std/thread (this_thread::sleep_for): Retry on EINTR.
	(this_thread::sleep_until): Retry if time not reached.
	* src/c++11/thread.cc (__sleep_for): Retry on EINTR.
	* testsuite/30_threads/this_thread/60421.cc: Test interruption and
	non-steady clocks.

From-SVN: r230183
2015-11-11 17:08:51 +00:00
..
c++11 Loop in std::this_thread sleep functions 2015-11-11 17:08:51 +00:00
c++98 Fix comments saying why headers are included 2015-10-03 13:09:31 +01:00
filesystem Enable dual ABI for Filesystem library 2015-10-03 00:21:41 +01:00
shared
Makefile.am
Makefile.in libstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGS 2015-07-24 07:05:19 +00:00