chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] ##sys#all-threads


From: Joerg F. Wittenberger
Subject: [Chicken-users] ##sys#all-threads
Date: 01 Mar 2003 17:02:53 +0100

Hi,

I found ##sys#all-threads gone.  Can we have something like:

(define (##sys#all-threads)
  (append ##sys#ready-queue-head ##sys#timeout-list ##sys#fd-list))

(define (thread-list)
  (for-each
   (lambda (t) (print (thread-name t) ": " (thread-state t)))
   (##sys#all-threads)))

or any simillar debugging aid, which gives a full listing of all
threads, theire state and blocking reason, please?

Thanks

/Jörg

-- 
The worst of harm may often result from the best of intentions.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]