hanchenye-llvm-project/libcxx/test/thread
David Majnemer 58a0a70fb2 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.

llvm-svn: 210210
2014-06-04 19:43:20 +00:00
..
futures Fix XFAIL condition from r208840 2014-05-31 07:59:03 +00:00
thread.condition Add tests that should fail when lock() throws. THis is part of LWG issue #2135. No library changes here. 2014-03-26 02:11:47 +00:00
thread.general
thread.mutex Implement N3891: A proposal to rename shared_mutex to shared_timed_mutex 2014-03-17 20:19:44 +00:00
thread.req
thread.threads Handle partial nanosleeps in this_thread::sleep_for 2014-06-04 19:43:20 +00:00
macro.pass.cpp