diff options
author | Ed Smith-Rowland <3dw4rd@verizon.net> | 2014-02-21 14:40:26 +0000 |
---|---|---|
committer | Edward Smith-Rowland <emsr@gcc.gnu.org> | 2014-02-21 14:40:26 +0000 |
commit | 94ff3384640c84f275162a4b167346446dc369ac (patch) | |
tree | 07efd13ccd8f29a16446463c158f05994cda7d1b | |
parent | 9e01a71f1a4c619244805af0b6bfe0d296c9fe87 (diff) | |
download | gcc-94ff3384640c84f275162a4b167346446dc369ac.zip gcc-94ff3384640c84f275162a4b167346446dc369ac.tar.gz gcc-94ff3384640c84f275162a4b167346446dc369ac.tar.bz2 |
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
-rw-r--r-- | libstdc++-v3/ChangeLog | 7 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/30_threads/shared_timed_mutex/cons/1.cc (renamed from libstdc++-v3/testsuite/30_threads/shared_mutex/cons/1.cc) | 0 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/30_threads/shared_timed_mutex/cons/assign_neg.cc (renamed from libstdc++-v3/testsuite/30_threads/shared_mutex/cons/assign_neg.cc) | 0 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/30_threads/shared_timed_mutex/cons/copy_neg.cc (renamed from libstdc++-v3/testsuite/30_threads/shared_mutex/cons/copy_neg.cc) | 0 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/30_threads/shared_timed_mutex/requirements/standard_layout.cc (renamed from libstdc++-v3/testsuite/30_threads/shared_mutex/requirements/standard_layout.cc) | 0 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/30_threads/shared_timed_mutex/try_lock/1.cc (renamed from libstdc++-v3/testsuite/30_threads/shared_mutex/try_lock/1.cc) | 0 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/30_threads/shared_timed_mutex/try_lock/2.cc (renamed from libstdc++-v3/testsuite/30_threads/shared_mutex/try_lock/2.cc) | 0 |
7 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 7e42778..933239c 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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> Rename shared_mutex to shared_timed_mutex per C++14 acceptance of N3891. diff --git a/libstdc++-v3/testsuite/30_threads/shared_mutex/cons/1.cc b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/cons/1.cc index b38cdbb..b38cdbb 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_mutex/cons/1.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/cons/1.cc diff --git a/libstdc++-v3/testsuite/30_threads/shared_mutex/cons/assign_neg.cc b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/cons/assign_neg.cc index c8be741..c8be741 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_mutex/cons/assign_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/cons/assign_neg.cc diff --git a/libstdc++-v3/testsuite/30_threads/shared_mutex/cons/copy_neg.cc b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/cons/copy_neg.cc index 780c193..780c193 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_mutex/cons/copy_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/cons/copy_neg.cc diff --git a/libstdc++-v3/testsuite/30_threads/shared_mutex/requirements/standard_layout.cc b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/requirements/standard_layout.cc index 3133b10..3133b10 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_mutex/requirements/standard_layout.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/requirements/standard_layout.cc diff --git a/libstdc++-v3/testsuite/30_threads/shared_mutex/try_lock/1.cc b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/try_lock/1.cc index c13e05b..c13e05b 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_mutex/try_lock/1.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/try_lock/1.cc diff --git a/libstdc++-v3/testsuite/30_threads/shared_mutex/try_lock/2.cc b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/try_lock/2.cc index 28f833b..28f833b 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_mutex/try_lock/2.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/try_lock/2.cc |