Changeset 627
- Timestamp:
- Mar 6, 2004, 11:52:44 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-0/l0-misc.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-0/l0-misc.lisp
r495 r627 142 142 (let* ((res nil)) 143 143 (without-interrupts 144 (do-unexhausted-lisp-threads (thread) 145 (push (cons thread (multiple-value-list (%thread-stack-space thread))) res))) 144 (dolist (p (all-processes)) 145 (let* ((thread (process-thread p))) 146 (when thread 147 (push (cons thread (multiple-value-list (%thread-stack-space thread))) res))))) 146 148 res)) 147 149
Note:
See TracChangeset
for help on using the changeset viewer.
