How method g_timeout_add uses Linux timer?



For Windows is ::SetTimer, ::KillTimer but how glib uses timewr for Linux?
is sort of:
timer_t tid;
sigevent sig;
timer_create(CLOCK_REALTIME, &sig, &tid);
?


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]