epoll/poll compat: expose interruptible API
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 16 May 2019 19:08:50 +0000 (15:08 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2019 17:56:23 +0000 (13:56 -0400)
commit9f32e9bf43a6438c55f35d3c5ed1c378d0c715c4
tree4511b8484b62543a9dab637e4c9dc63f1a662933
parent3be453c9ec6469235f0dc6cdaec9d55f0a6ee517
epoll/poll compat: expose interruptible API

Some use of the epoll/poll wrapper require interruption
by signals to make the poll call return -1, errno EINTR.
Expose a new lttng_poll_wait_interruptible API for this
purpose.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/compat/compat-epoll.c
src/common/compat/compat-poll.c
src/common/compat/poll.h
This page took 0.02638 seconds and 5 git commands to generate.