Re: [Mesa-dev] [PATCH 1/7] util: move futex helpers into futex.h

2017-10-27 Thread Timothy Arceri
On 23/10/17 05:33, Nicolai Hähnle wrote: From: Nicolai Hähnle --- src/util/Makefile.sources | 1 + src/util/futex.h | 51 +++ src/util/meson.build | 1 + src/util/simple_mtx.h | 20 +-- 4 files changed, 54 i

Re: [Mesa-dev] [PATCH 1/7] util: move futex helpers into futex.h

2017-10-27 Thread Marek Olšák
For patches 1-4, 6, 7, assuming you fix the double unlock in patch 7: Reviewed-by: Marek Olšák Marek On Sun, Oct 22, 2017 at 8:33 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > --- > src/util/Makefile.sources | 1 + > src/util/futex.h | 51 > +

[Mesa-dev] [PATCH 1/7] util: move futex helpers into futex.h

2017-10-22 Thread Nicolai Hähnle
From: Nicolai Hähnle --- src/util/Makefile.sources | 1 + src/util/futex.h | 51 +++ src/util/meson.build | 1 + src/util/simple_mtx.h | 20 +-- 4 files changed, 54 insertions(+), 19 deletions(-) create mode 100644