On Tue, 01/20 14:40, Andy Lutomirski wrote:
> On Tue, Jan 20, 2015 at 1:57 AM, Fam Zheng wrote:
> > This adds a new system call, epoll_mod_wait. It's described as below:
> >
> > NAME
> >epoll_mod_wait - modify and wait for I/O events on an epoll file
> > descriptor
On Tue, 01/20 13:48, Michael Kerrisk (man-pages) wrote:
> Hello Fam Zheng,
>
> I know this API has been through a number of iterations, and there were
> discussions about the design that led to it becoming more complex.
> But, let us assume that someone has not seen those discussions,
> or forgot
On 01/20/2015 11:40 PM, Andy Lutomirski wrote:
> On Tue, Jan 20, 2015 at 1:57 AM, Fam Zheng wrote:
>> This adds a new system call, epoll_mod_wait. It's described as below:
[...]
>>There is no guartantee that all the commands are executed in order.
>> Only
>>if all the commands a
On Tue, Jan 20, 2015 at 02:40:32PM -0800, Andy Lutomirski wrote:
> On Tue, Jan 20, 2015 at 1:57 AM, Fam Zheng wrote:
> > This adds a new system call, epoll_mod_wait. It's described as below:
> >
> > NAME
> >epoll_mod_wait - modify and wait for I/O events on an epoll file
> >
On Tue, Jan 20, 2015 at 1:57 AM, Fam Zheng wrote:
> This adds a new system call, epoll_mod_wait. It's described as below:
>
> NAME
>epoll_mod_wait - modify and wait for I/O events on an epoll file
> descriptor
>
> SYNOPSIS
>
>int epoll_mod_wait(int epfd, int
Hello Fam Zheng,
I know this API has been through a number of iterations, and there were
discussions about the design that led to it becoming more complex.
But, let us assume that someone has not seen those discussions,
or forgotten them, or is too lazy to go hunting list archives.
Then: this pa
On Tue, 01/20 11:37, Rasmus Villemoes wrote:
> On Tue, Jan 20 2015, Fam Zheng wrote:
>
> > DESCRIPTION
> >
> >The epoll_mod_wait() system call can be seen as an enhanced
> > combination
> >of several epoll_ctl(2) calls, which are followed by an
> > epoll_pwait(2)
> >call
On Tue, Jan 20 2015, Fam Zheng wrote:
> DESCRIPTION
>
>The epoll_mod_wait() system call can be seen as an enhanced combination
>of several epoll_ctl(2) calls, which are followed by an epoll_pwait(2)
>call. It is superior in two cases:
>
>1) When epoll_ctl(2
This adds a new system call, epoll_mod_wait. It's described as below:
NAME
epoll_mod_wait - modify and wait for I/O events on an epoll file
descriptor
SYNOPSIS
int epoll_mod_wait(int epfd, int flags,
int ncmds, struct epoll_mod_cmd
9 matches
Mail list logo