From: <do...@do...> - 2005-06-30 10:18:08
|
Update of /cvs/SheepShaver/src/BeOS by gbeauche Modified Files: main_beos.cpp Log Message: Improve idle wait mechanism. Now, the emulator thread can be suspended (idle_wait) until events arrived and notified through TriggerInterrupt(). i.e. we no longer sleep a fixed amount of time on platforms that support a thread wait/signal mechanism. |