]> sourceware.org Git - newlib-cygwin.git/commit
* thread.cc (pthread_rwlock::add_reader): Perform new operation here and return
authorChristopher Faylor <me@cgf.cx>
Mon, 7 Jan 2013 16:01:10 +0000 (16:01 +0000)
committerChristopher Faylor <me@cgf.cx>
Mon, 7 Jan 2013 16:01:10 +0000 (16:01 +0000)
commit8f3f61eb961322d7b50be81fbe51195565967738
tree93a543a2fe770e4174e56ae1469a9c0e53af2435
parent6cb6ea9cb416fb38866e103678a7d27d15308348
* thread.cc (pthread_rwlock::add_reader): Perform new operation here and return
pointer to allocated RWLOCK_READER structure.
(pthread_rwlock::rdlock): Reorganize to reflect new add_reader functionality.
(pthread_rwlock::tryrdlock): Ditto.  Remove unneeded call to lookup_reader().
* thread.h (pthread_rwlock::RWLOCK_READER::RWLOCK_READER): New constructor.
(pthread_rwlock::add_reader): Reflect new functionality.
winsup/cygwin/ChangeLog
winsup/cygwin/thread.cc
winsup/cygwin/thread.h
This page took 0.025996 seconds and 5 git commands to generate.