summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/thread/thread.mutex
Commit message (Expand)AuthorAgeFilesLines
* Guard a number of tests relying on threads support when built inRichard Barton2016-03-232-0/+2
* Implement LWG2577: {shared,unique}_lock</tt> should use std::addressofMarshall Clow2016-03-1410-42/+150
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-1013-0/+13
* Attempt to prevent flaky thread.mutex tests by once again increasing timing t...Eric Fiselier2015-10-0112-28/+32
* Refactor flaky shared_mutex testsEric Fiselier2015-08-264-22/+39
* Refactor and fix more flaky shared_mutex testsEric Fiselier2015-08-256-37/+123
* Refactor shared_timed_mutex tests.Eric Fiselier2015-08-2221-146/+119
* Implement N4508: shared_mutex. Reviewed as http://reviews.llvm.org/D10480Marshall Clow2015-06-308-0/+327
* LWG2442: call_once() shouldn't DECAY_COPY(). Patch from K-Ballo.Eric Fiselier2015-06-131-1/+47
* Change #ifdefs in test to UNSUPPORTED. No functionality change in the testsMarshall Clow2015-06-119-48/+10
* [libcxx] Fix bug in shared_timed_mutex that could cause a program to hang.Eric Fiselier2015-04-021-0/+70
* Fix PR23041. Use lock_shared() as opposed to lock() in shared_lock test.Eric Fiselier2015-03-271-1/+1
* Move test into test/std subdirectory.Eric Fiselier2014-12-20103-0/+5528
OpenPOWER on IntegriCloud