Re: [libvirt] [PATCH v5 4/6] udev: Convert udevEventHandleThread to an actual thread routine

2017-10-18 Thread Erik Skultety
On Sun, Oct 15, 2017 at 10:23:56AM -0400, John Ferlan wrote: > > > On 10/11/2017 10:52 AM, Erik Skultety wrote: > > Adjust udevEventHandleThread to be a proper thread routine running in an > > infinite loop handling devices. The handler thread pulls all available > > data from the udev monitor and

Re: [libvirt] [PATCH v5 4/6] udev: Convert udevEventHandleThread to an actual thread routine

2017-10-15 Thread John Ferlan
On 10/11/2017 10:52 AM, Erik Skultety wrote: > Adjust udevEventHandleThread to be a proper thread routine running in an > infinite loop handling devices. The handler thread pulls all available > data from the udev monitor and only then waits until a wakeup signal for > new incoming data has been

[libvirt] [PATCH v5 4/6] udev: Convert udevEventHandleThread to an actual thread routine

2017-10-11 Thread Erik Skultety
Adjust udevEventHandleThread to be a proper thread routine running in an infinite loop handling devices. The handler thread pulls all available data from the udev monitor and only then waits until a wakeup signal for new incoming data has been emitted by udevEventHandleCallback. Signed-off-by: