(timer-record/time timer-records))
-1)))
(%trace ";run-glib until "time"\n")
+ (account-for-times self (get-system-times))
(run-glib (select-registry-handle io-registry) time)
+ (record-start-times! self)
(%trace ";run-glib done at "(real-time-clock)"\n"))))
(%trace ";run-glib yields\n")
(yield-current-thread)
run-glib-daemons)
(import (glib main)
run-glib)
+ (import (runtime thread)
+ account-for-times
+ get-system-times
+ record-start-times!)
(import (runtime primitive-io)
select-registry-handle))
\ No newline at end of file