QTimer clock source in Genode

Christian Prochaska christian.prochaska at genode-labs.com
Mon Apr 1 20:12:15 CEST 2019


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




More information about the users mailing list