ProcSched.st
changeset 2155 0cf80e958130
parent 2149 622f01b8ce2f
child 2188 3814c1d74d2b
--- a/ProcSched.st	Sat Jan 11 19:16:49 1997 +0100
+++ b/ProcSched.st	Sat Jan 11 20:32:26 1997 +0100
@@ -1423,7 +1423,10 @@
 suspend:aProcess
     "remove the argument, aProcess from the list of runnable processes.
      If the process is the current one, reschedule.
-     This method should only be called by Process>>suspend"
+
+     Notice:
+         This method should only be called by Process>>suspend or
+         Process>>suspendWithState:"
 
     |pri l p wasBlocked|
 
@@ -1482,7 +1485,7 @@
     ].
 
     "Modified: 23.9.1996 / 13:49:24 / stefan"
-    "Modified: 10.1.1997 / 18:04:01 / cg"
+    "Modified: 11.1.1997 / 18:23:51 / cg"
 !
 
 terminate:aProcess
@@ -2331,6 +2334,6 @@
 !ProcessorScheduler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ProcSched.st,v 1.108 1997-01-11 17:35:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ProcSched.st,v 1.109 1997-01-11 19:32:26 cg Exp $'
 ! !
 ProcessorScheduler initialize!