On Wed, Oct 21, 2015 at 06:43:41PM +0200, Andreas Klausmann wrote:
> Hi,
>
> which unit(s) do I have to include to use eventfd() under Linux?
I don't think anyone has added it to the linux unit, unfortunately.
You'll have to call it directly with Do_SysCall() in unit syscall.
> Is this function
Hi,
which unit(s) do I have to include to use eventfd() under Linux?
Is this function used internally by TEvent? Or where does TEvent end up on
Linux level to create the event handle?
I'm looking for a way to wait for >=2 events without polling. A thread
should yield until one of them has bee