| To: | scsh-checkins@lists.sourceforge.net |
|---|---|
| Subject: | [Scsh-checkins] CVS: scsh-0.6/scheme/env command-level.scm,1.5,1.6 |
| From: | Martin Gasbichler <mainzelm@users.sourceforge.net> |
| Date: | Thu Oct 4 04:17:03 2001 |
| List-id: | <scsh-checkins.lists.sourceforge.net> |
| Sender: | scsh-checkins-admin@lists.sourceforge.net |
Update of /cvsroot/scsh/scsh-0.6/scheme/env
In directory usw-pr-cvs1:/tmp/cvs-serv9293/scheme/env
Modified Files:
command-level.scm
Log Message:
A thread may life in multiple queues.
Index: command-level.scm
===================================================================
RCS file: /cvsroot/scsh/scsh-0.6/scheme/env/command-level.scm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** command-level.scm 2001/05/22 14:58:15 1.5
--- command-level.scm 2001/10/04 11:16:15 1.6
***************
*** 300,304 ****
(if (thread-continuation thread)
(begin
! (remove-thread-from-queue! thread)
(interrupt-thread thread
(lambda ignore
--- 300,304 ----
(if (thread-continuation thread)
(begin
! (remove-thread-from-queues! thread)
(interrupt-thread thread
(lambda ignore
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [Scsh-checkins] CVS: scsh-0.6/scheme/rts thread.scm,1.3,1.4, Martin Gasbichler |
|---|---|
| Next by Date: | [Scsh-checkins] CVS: scsh-0.6/scheme interfaces.scm,1.14,1.15, Martin Gasbichler |
| Previous by Thread: | [Scsh-checkins] CVS: scsh-0.6/scheme/rts thread.scm,1.3,1.4, Martin Gasbichler |
| Next by Thread: | [Scsh-checkins] CVS: scsh-0.6/scheme interfaces.scm,1.14,1.15, Martin Gasbichler |
| Indexes: | [Date] [Thread] [Top] [All Lists] |