Re: [Mesa-dev] RFC: C11 threads.h

2013-03-15 Thread Jose Fonseca
- Original Message - > On 03/14/2013 05:10 PM, Jose Fonseca wrote: > > Mesa source tree currently has 4 abstraction of threading primitives (in > > gallium, glapi, mapi, and egl components). > > > > I'd like to unify all them, and since now the C11 standard introduced a > > threads.h head

Re: [Mesa-dev] RFC: C11 threads.h

2013-03-15 Thread Brian Paul
On 03/14/2013 05:10 PM, Jose Fonseca wrote: Mesa source tree currently has 4 abstraction of threading primitives (in gallium, glapi, mapi, and egl components). I'd like to unify all them, and since now the C11 standard introduced a threads.h header, I'd like to use that as model. So for I've

[Mesa-dev] RFC: C11 threads.h

2013-03-14 Thread Jose Fonseca
Mesa source tree currently has 4 abstraction of threading primitives (in gallium, glapi, mapi, and egl components). I'd like to unify all them, and since now the C11 standard introduced a threads.h header, I'd like to use that as model. So for I've imported a C11 threads.h implementation from