Re: [PATCH 4/4] openal32: Add thunks for EFX functions

2009-09-01 Thread Chris Robinson
On Tuesday 01 September 2009 1:59:54 am Henri Verbeet wrote: > I suppose 32-bit reads are atomic on x86, provided the variable is > aligned correctly, but shouldn't access to CurrentCtx technically be > synchronized? Probably, but I'm not sure it would be beneficial. If the thread can be interrup

Re: [PATCH 4/4] openal32: Add thunks for EFX functions

2009-09-01 Thread Henri Verbeet
I suppose 32-bit reads are atomic on x86, provided the variable is aligned correctly, but shouldn't access to CurrentCtx technically be synchronized?