How method g_timeout_add uses Linux timer?
- From: Andrzej Borucki <borucki andrzej gmail com>
- To: gtk-list gnome org
- Subject: How method g_timeout_add uses Linux timer?
- Date: Wed, 9 Dec 2015 13:10:12 +0100
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]