4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-16 03:19:54 +08:00
Corinna Vinschen f8190b5705 * thread.h (struct pthread_rwlock::RWLOCK_READER): Add counter n.
* thread.cc (pthread_rwlock::rdlock): If a thread already owns a
	read lock, just count the number of locks for it, per SUSv4.
	(pthread_rwlock::tryrdlock): Ditto.
	(pthread_rwlock::unlock): If a thread has more than one concurrent
	read locks, just count down.
2009-01-20 12:40:31 +00:00
..
2007-01-03 11:14:53 +00:00
2009-01-03 02:27:46 +00:00
2008-04-01 13:22:47 +00:00
2008-07-16 20:20:45 +00:00
2008-12-31 21:33:34 +00:00
2008-07-16 20:20:45 +00:00
2009-01-16 12:17:28 +00:00
2009-01-16 12:17:28 +00:00
2008-11-26 17:21:04 +00:00
2009-01-16 12:17:28 +00:00
2008-11-26 17:21:04 +00:00
2008-07-16 20:20:45 +00:00
2008-11-26 17:21:04 +00:00
2008-04-01 13:22:47 +00:00
2008-11-26 17:21:04 +00:00
2008-04-07 16:33:44 +00:00
2008-11-26 17:21:04 +00:00
2008-05-20 15:11:23 +00:00
2009-01-16 12:17:28 +00:00
2008-12-25 15:55:31 +00:00
2008-04-01 13:22:47 +00:00
2008-11-26 17:21:04 +00:00
2008-05-22 01:25:37 +00:00
2007-12-12 12:12:24 +00:00
2006-07-17 19:30:30 +00:00