1
0
mirror of https://github.com/open-simh/simh.git synced 2026-02-04 15:53:39 +00:00
Files
open-simh.simh/sim_timer.c
Mark Pizzolato 484889ea5a TIMER: Changed sim_idle_ms_sleep() to use a mutex which is unique to idling
It seems that the prior use of sim_asynch_lock RECURSIVE mutex could
cause a pthread_cond_timedwait() failure with EINVAL returned.
As discussed in #595
2018-07-11 11:59:05 -07:00

130 KiB