}
protected static final void simPassivate(ThreadProcessSimulator sim) {
EventList evl = sim.getEventList();
synchronized (evl) {
try { evl.wait(); } catch (InterruptedException e) {}
}
}
// The following methods are called by kill and killAll
// of the Process class.