Re: [PATCH 4/4] openal32: Add thunks for EFX functions
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
I suppose 32-bit reads are atomic on x86, provided the variable is aligned correctly, but shouldn't access to CurrentCtx technically be synchronized?