Re: [Mesa-dev] [PATCH 2/7] c11: Import threads.h emulation library.

2014-01-09 Thread Ian Romanick
Assuming patch 7 gets squashed in (I sent a comment on that patch), Acked-by: Ian Romanick On 01/09/2014 11:20 AM, jfons...@vmware.com wrote: > From: José Fonseca > > Implementation is based of https://gist.github.com/2223710 with the > following modifications: > - inline implementatation > -

[Mesa-dev] [PATCH 2/7] c11: Import threads.h emulation library.

2014-01-09 Thread jfonseca
From: José Fonseca Implementation is based of https://gist.github.com/2223710 with the following modifications: - inline implementatation - retain XP compatability - add temporary hack for static mutex initializers (as they are not part of the stack but still widely used internally). --- inclu