On Fri, 9 Mar 2018 11:32:47 -0600
Derek Foreman wrote:
> On 2018-03-09 05:44 AM, Pekka Paalanen wrote:
> > From: Pekka Paalanen
> >
> > There are multiple copies for the timerfd handling code, and I need a
> > timer in one more app. Consolidate all the timerfd code into window.c to
> > reduce t
Hi,
On 9 March 2018 at 17:32, Derek Foreman wrote:
> On 2018-03-09 05:44 AM, Pekka Paalanen wrote:
>> There are multiple copies for the timerfd handling code, and I need a
>> timer in one more app. Consolidate all the timerfd code into window.c to
>> reduce the duplication. Many of the copies wer
On 2018-03-09 05:44 AM, Pekka Paalanen wrote:
From: Pekka Paalanen
There are multiple copies for the timerfd handling code, and I need a
timer in one more app. Consolidate all the timerfd code into window.c to
reduce the duplication. Many of the copies were also flawed against the
race mentione
From: Pekka Paalanen
There are multiple copies for the timerfd handling code, and I need a
timer in one more app. Consolidate all the timerfd code into window.c to
reduce the duplication. Many of the copies were also flawed against the
race mentioned in toytimer_fire().
This patch handles clickd