Re: [RFC PATCH 03/13] futex2: Implement vectorized wait

2021-02-15 Thread Gabriel Krisman Bertazi
André Almeida writes: > Add support to wait on multiple futexes. This is the interface > implemented by this syscall: > > futex_waitv(struct futex_waitv *waiters, unsigned int nr_futexes, > unsigned int flags, struct timespec *timo) Sorry for the second email in a row. But, if futex_w

Re: [RFC PATCH 03/13] futex2: Implement vectorized wait

2021-02-15 Thread Zebediah Figura
On 2/15/21 2:03 PM, Gabriel Krisman Bertazi wrote: > André Almeida writes: > >> Add support to wait on multiple futexes. This is the interface >> implemented by this syscall: >> >> futex_waitv(struct futex_waitv *waiters, unsigned int nr_futexes, >> unsigned int flags, struct timespec *t

Re: [RFC PATCH 03/13] futex2: Implement vectorized wait

2021-02-15 Thread Gabriel Krisman Bertazi
André Almeida writes: > Add support to wait on multiple futexes. This is the interface > implemented by this syscall: > > futex_waitv(struct futex_waitv *waiters, unsigned int nr_futexes, > unsigned int flags, struct timespec *timo) > > struct futex_waitv { > void *uaddr; >

[RFC PATCH 03/13] futex2: Implement vectorized wait

2021-02-15 Thread André Almeida
Add support to wait on multiple futexes. This is the interface implemented by this syscall: futex_waitv(struct futex_waitv *waiters, unsigned int nr_futexes, unsigned int flags, struct timespec *timo) struct futex_waitv { void *uaddr; unsigned int val; unsigned