Changeset 473


Ignore:
Timestamp:
Feb 6, 2004, 11:27:59 AM (21 years ago)
Author:
Gary Byers
Message:

Do handshaking with initial thread before shutting down for SAVE-APPLICATION.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lib/dumplisp.lisp

    r85 r473  
    6969                                         rest)))))
    7070      (unless (eq cp ip)
     71        (when (try-lock *quit-acknowledge-lock*)
     72          (let-globally ((*quit-acknowledge* (make-semaphore)))
     73                        (unless
     74                            (timed-wait-on-semaphore *quit-acknowledge* 1)
     75                          (dbg "no quit ack"))))
    7176        (process-kill cp)))))
    7277
Note: See TracChangeset for help on using the changeset viewer.