The hits with accompanying analysis:
boot.scm:112:(define (with-absolutely-no-interrupts thunk)
+ Definition.
boot.scm:113: ((ucode-primitive with-interrupt-mask)
+ Caller: with-absolutely-no-interrupts (12 hits, included)
boot.scm:119:(define (without-interrupts thunk)
+ Definition.
boot.scm:120: (with-limited-interrupts interrupt-mask/gc-ok
+ Caller: without-interrupts (104 hits, included)
boot.scm:125:(define (with-limited-interrupts limit-mask procedure)
+ Definition.
boot.scm:126: ((ucode-primitive with-interrupt-mask)
+ Caller: with-limited-interrupts (3 hits, included)
+
+ OK. These grep hits are from the definitions of without-
+ interrupts and the two other wrappers mentioned above. The
+ callers of these procedures are included among the analyzed
+ hits.
condvar.scm:192: (without-interrupts
condvar.scm:212: (without-interrupts