From d1ed8286f200e06608442d42c85dd89bebf8a284 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Tue, 27 Jan 2015 13:24:04 -0700 Subject: [PATCH] smp: without-interrupts: boot.scm --- README.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.txt b/README.txt index e90227804..941fdbe04 100644 --- a/README.txt +++ b/README.txt @@ -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 -- 2.25.1