]> git.pond.sub.org Git - empserver/commit
Fix lwp_rwlock_unlock() to wake up all readers
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 26 Apr 2009 17:44:34 +0000 (19:44 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 19 Jul 2009 18:11:52 +0000 (14:11 -0400)
commit079fb286c5d9bd1334cf74eb31f3467ccdd4fba7
treee68997a72f650fd81068874bfa2ea969e6efcd73
parent2e4f63c27008dc8ca3d5de68ff7f529795bcee54
Fix lwp_rwlock_unlock() to wake up all readers

It woke up just one.  Bug couldn't bite, because the update never
sleeps, and therefore no reader gets a chance to sleep.
src/lib/lwp/rwlock.c