cxx/test/thread/thread.threads
David Majnemer 0707b67ac3 Handle partial nanosleeps in this_thread::sleep_for
Signals may result in nanosleep returning with only some of the
requested sleeping performed.

Utilize nanosleep's "time-remaining" out parameter to continue sleeping
when this occurs.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@210210 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-04 19:43:20 +00:00
..
thread.thread.class Albert Wong: Fix thread.thread.id/lt.pass.cpp to not assume thread::id() produces a minimal value. This enables this test to pass on andriod arm. 2014-02-04 19:51:48 +00:00
thread.thread.this Handle partial nanosleeps in this_thread::sleep_for 2014-06-04 19:43:20 +00:00
version.pass.cpp license change 2010-11-16 22:09:02 +00:00