smp: without-interrupts: boot.scm
authorMatt Birkholz <puck@birchwood-abbey.net>
Tue, 27 Jan 2015 20:24:04 +0000 (13:24 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Tue, 27 Jan 2015 20:24:04 +0000 (13:24 -0700)
README.txt

index e90227804814b77f24e68787cac3ad788d808229..941fdbe0426ad31ef33a99a2947b6245b2b0db97 100644 (file)
@@ -971,11 +971,22 @@ without-interrupts) are also included.
 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