On 10 July 2013 19:03, Ben Pfaff <[email protected]> wrote:
> (The usual reason for ppoll() is to ensure atomicity of changing the signal
> mask and blocking, but time_poll() does not need atomicity.  Therefore,
> even a userspace emulated ppoll() would work here in a race-free manner, if
> the kernel does not support ppoll().)

And we'll need that userspace emulated ppoll() for non-Linux systems;
seem reasonable to just implement it in timeval.c inside an #ifndef
HAVE_PPOLL from autoconf?
X-CudaMail-Whitelist-To: [email protected]
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to