ProcessorScheduler.st
changeset 8675 ceef81bb2d0c
parent 8600 108874a95d52
child 8913 b9498d27a554
equal deleted inserted replaced
8674:3ec5889b8251 8675:ceef81bb2d0c
   815                         ex return
   815                         ex return
   816                      ].
   816                      ].
   817 
   817 
   818     ignoredSignals := SignalSet 
   818     ignoredSignals := SignalSet 
   819                         with:TerminateProcessRequest
   819                         with:TerminateProcessRequest
   820                         with:AbortOperationRequest.
   820                         with:AbortAllOperationRequest.
   821 
   821 
   822     "/
   822     "/
   823     "/ I made this an extra call to dispatch; this allows recompilation
   823     "/ I made this an extra call to dispatch; this allows recompilation
   824     "/  of the dispatch-handling code in the running system.
   824     "/  of the dispatch-handling code in the running system.
   825     "/
   825     "/
  3313 ! !
  3313 ! !
  3314 
  3314 
  3315 !ProcessorScheduler class methodsFor:'documentation'!
  3315 !ProcessorScheduler class methodsFor:'documentation'!
  3316 
  3316 
  3317 version
  3317 version
  3318     ^ '$Header: /cvs/stx/stx/libbasic/ProcessorScheduler.st,v 1.225 2004-09-28 18:00:37 cg Exp $'
  3318     ^ '$Header: /cvs/stx/stx/libbasic/ProcessorScheduler.st,v 1.226 2005-01-11 17:05:11 stefan Exp $'
  3319 ! !
  3319 ! !
  3320 
  3320 
  3321 ProcessorScheduler initialize!
  3321 ProcessorScheduler initialize!