Limit interrupt locking to minimum needed for single process. This
authorChris Hanson <org/chris-hanson/cph>
Thu, 7 Oct 1993 06:03:53 +0000 (06:03 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 7 Oct 1993 06:03:53 +0000 (06:03 +0000)
commit2e37a0e3f32008bba7c8c0a3ac17220f48301be4
tree09be47514a4dba8804af95eefb89c0aa8b6f1f37
parentd14dc885e30fed222e0f9cd9c080b3bc313eb955
Limit interrupt locking to minimum needed for single process.  This
protects against interrupts occurring during a critical section, but
does not prevent concurrent access to the data structures.
v7/src/runtime/hashtb.scm
v7/src/runtime/rbtree.scm