make the timeSlicer a systemProcess
authorClaus Gittinger <cg@exept.de>
Fri, 17 Jan 1997 21:59:50 +0100
changeset 2198 0537156f1fd7
parent 2197 bb9bc22f794b
child 2199 40b621897c59
make the timeSlicer a systemProcess
ProcSched.st
ProcessorScheduler.st
--- a/ProcSched.st	Fri Jan 17 21:57:55 1997 +0100
+++ b/ProcSched.st	Fri Jan 17 21:59:50 1997 +0100
@@ -1736,6 +1736,7 @@
     ] newProcess.
     timeSliceProcess priority:HighestPriority.
     timeSliceProcess name:'time slicer'.
+    timeSliceProcess beSystemProcess.
     timeSliceProcess resume.
 
     "
@@ -1743,7 +1744,7 @@
     "
 
     "Created: 17.1.1997 / 16:42:02 / cg"
-    "Modified: 17.1.1997 / 16:43:36 / cg"
+    "Modified: 17.1.1997 / 21:58:36 / cg"
 !
 
 stopTimeSlicing
@@ -2477,6 +2478,6 @@
 !ProcessorScheduler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ProcSched.st,v 1.113 1997-01-17 17:34:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ProcSched.st,v 1.114 1997-01-17 20:59:50 cg Exp $'
 ! !
 ProcessorScheduler initialize!
--- a/ProcessorScheduler.st	Fri Jan 17 21:57:55 1997 +0100
+++ b/ProcessorScheduler.st	Fri Jan 17 21:59:50 1997 +0100
@@ -1736,6 +1736,7 @@
     ] newProcess.
     timeSliceProcess priority:HighestPriority.
     timeSliceProcess name:'time slicer'.
+    timeSliceProcess beSystemProcess.
     timeSliceProcess resume.
 
     "
@@ -1743,7 +1744,7 @@
     "
 
     "Created: 17.1.1997 / 16:42:02 / cg"
-    "Modified: 17.1.1997 / 16:43:36 / cg"
+    "Modified: 17.1.1997 / 21:58:36 / cg"
 !
 
 stopTimeSlicing
@@ -2477,6 +2478,6 @@
 !ProcessorScheduler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProcessorScheduler.st,v 1.113 1997-01-17 17:34:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProcessorScheduler.st,v 1.114 1997-01-17 20:59:50 cg Exp $'
 ! !
 ProcessorScheduler initialize!