You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/thread
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
12 years ago
..
futures Fix XFAIL condition from r208840 12 years ago
thread.condition Add tests that should fail when lock() throws. THis is part of LWG issue #2135. No library changes here. 12 years ago
thread.general license change 15 years ago
thread.mutex Implement N3891: A proposal to rename shared_mutex to shared_timed_mutex 12 years ago
thread.req Update testsuite strucuture to latest draft 15 years ago
thread.threads Handle partial nanosleeps in this_thread::sleep_for 12 years ago
macro.pass.cpp license change 15 years ago