Changeset 5545


Ignore:
Timestamp:
Nov 9, 2006, 3:26:12 PM (18 years ago)
Author:
Gary Byers
Message:

QUIT uses #quit.

PREPARE-TO-QUIT kill stragglers without waiting as long.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-1/l1-readloop.lisp

    r5309 r5545  
    118118                             (process-exit-application *current-process*
    119119                                                       #'(lambda ()
    120                                                            (#_exit exit-status)))))
     120                                                           (%set-toplevel nil)
     121                                                           (#__exit exit-status)))))
    121122      (unless (eq cp ip)
    122123        (process-kill cp)))))
     
    149150        (unless (process-wait-with-timeout
    150151                 "deathwatch"
    151                  (* 5 *ticks-per-second*)
     152                 10
    152153                 #'(lambda () (process-exhausted-p p)))
    153154          (maybe-finish-process-kill p :kill))))
Note: See TracChangeset for help on using the changeset viewer.