Gleb Natapov
89763c95c9
core: optimise timer completions vs periodic timers
...
The way periodic timers are rearmed during timer completion causes
timer_settime() to be called twice for each periodic timer completion:
once during rearm and second time by enable_fn(). Fix it by providing
another function that only re-adds timer into timers container, but do
not call timer_settime().
2015-01-29 12:43:28 +02:00
..
2015-01-27 14:46:49 +02:00
2015-01-13 19:35:48 +02:00
2015-01-28 16:18:53 +02:00
2014-12-01 17:56:34 +02:00
2015-01-14 14:59:02 +02:00
2014-10-22 16:37:36 +03:00
2014-10-05 19:58:12 +03:00
2014-09-22 17:18:46 +03:00
2015-01-28 13:49:09 +02:00
2014-12-16 14:55:02 +02:00
2015-01-28 13:48:18 +02:00
2014-12-22 17:37:05 +02:00
2014-12-22 17:37:05 +02:00
2015-01-13 19:08:48 +02:00
2015-01-06 14:43:34 +02:00
2015-01-15 15:19:02 +02:00
2015-01-25 13:22:11 +02:00
2015-01-19 09:49:32 +02:00
2014-12-10 20:04:13 +02:00
2015-01-15 18:22:07 +02:00
2015-01-25 14:48:30 +02:00
2014-11-05 11:35:50 +02:00
2014-10-30 14:08:23 +02:00
2014-10-19 17:42:47 +03:00
2015-01-29 12:43:28 +02:00
2015-01-29 12:43:28 +02:00
2015-01-19 16:11:11 +02:00
2015-01-28 16:18:50 +02:00
2014-12-04 13:37:35 +01:00
2015-01-27 14:46:49 +02:00
2015-01-14 16:50:48 +02:00
2015-01-20 11:29:48 +02:00
2015-01-25 13:12:04 +02:00
2015-01-13 10:12:36 +02:00
2015-01-07 15:12:23 +02:00
2014-12-10 10:33:29 +02:00
2014-12-25 09:14:42 +02:00
2014-10-02 14:28:14 +03:00
2014-10-21 16:58:35 +02:00
2014-12-04 13:51:26 +01:00
2014-08-31 21:29:13 +03:00