Hi Steven, On 01.04.2019 16:20, Steven Harp wrote: > Can anyone comment on the relevant clock source for QTimer in the > Genode port?
not 100% sure, but it seems to be a combination of the 'poll()' timeout (via 'QEventDispatcherUNIX::processEvents()') and 'clock_gettime()' (via 'QTimerInfoList::activateTimers()', which is called after 'poll()' returns to find out which timers are to be signalled). Christian _______________________________________________ Genode users mailing list [email protected] https://lists.genode.org/listinfo/users
