Remove without-interrupts from runtime/condvar.scm.
authorMatt Birkholz <puck@birchwood-abbey.net>
Wed, 17 Jun 2015 02:13:46 +0000 (19:13 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Mon, 17 Aug 2015 23:52:58 +0000 (16:52 -0700)
commitd674d71f21e8a6b260f4c29ed31edc4a58a928eb
tree6ea0011716ab9a6093ae33e11850e915eed8d630
parentcbd5c290ef990b4f3f7b266ab596569dcaeff4b9
Remove without-interrupts from runtime/condvar.scm.

Multi-threaded access to the chain of waiters is already adequately
serialized by the condition-variable.lock.  Without-interrupts was
only intended to postpone aborts that would leave a doubly-linked
chain without a complete pair of links.
src/runtime/condvar.scm