Rename testsuite directory shared_mutex to shared_timed_mutex for consistency.

2014-02-21  Ed Smith-Rowland  <3dw4rd@verizon.net>

	Rename testsuite directory shared_mutex to shared_timed_mutex
	for consistency.
	* testsuite/30_threads/shared_mutex: Moved to...
	* testsuite/30_threads/shared_timed_mutex: ...here

From-SVN: r207997
This commit is contained in:
Ed Smith-Rowland 2014-02-21 14:40:26 +00:00 committed by Edward Smith-Rowland
parent 9e01a71f1a
commit 94ff338464
7 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2014-02-21 Ed Smith-Rowland <3dw4rd@verizon.net>
Rename testsuite directory shared_mutex to shared_timed_mutex
for consistency.
* testsuite/30_threads/shared_mutex: Moved to...
* testsuite/30_threads/shared_timed_mutex: ...here
2014-02-20 Ed Smith-Rowland <3dw4rd@verizon.net> 2014-02-20 Ed Smith-Rowland <3dw4rd@verizon.net>
Rename shared_mutex to shared_timed_mutex per C++14 acceptance of N3891. Rename shared_mutex to shared_timed_mutex per C++14 acceptance of N3891.