This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r221971 - in /trunk/libstdc++-v3: ChangeLog inc...


Author: redi
Date: Fri Apr 10 09:00:00 2015
New Revision: 221971

URL: https://gcc.gnu.org/viewcvs?rev=221971&root=gcc&view=rev
Log:
	* include/std/shared_mutex (shared_timed_mutex): Only use
	pthread_rwlock_t when the POSIX Timeouts option is supported.
	* testsuite/30_threads/shared_lock/cons/5.cc: Remove
	dg-require-gthreads-timed.
	* testsuite/30_threads/shared_lock/cons/6.cc: Likewise.
	* testsuite/30_threads/shared_lock/locking/3.cc: Likewise.
	* testsuite/30_threads/shared_lock/locking/4.cc: Likewise.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/std/shared_mutex
    trunk/libstdc++-v3/testsuite/30_threads/shared_lock/cons/5.cc
    trunk/libstdc++-v3/testsuite/30_threads/shared_lock/cons/6.cc
    trunk/libstdc++-v3/testsuite/30_threads/shared_lock/locking/3.cc
    trunk/libstdc++-v3/testsuite/30_threads/shared_lock/locking/4.cc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]