On 06/17/14 13:31, Kai Tietz wrote:
2014-06-17 21:16 GMT+02:00 Jeff Law :
On 06/16/14 07:20, Kai Tietz wrote:
Hello,
this patch adds basic support for libatomic for mingw targets using
win32 and for mingw targets using posix threading model.
The win32 implemenation might need for initializat
2014-06-17 21:16 GMT+02:00 Jeff Law :
> On 06/16/14 07:20, Kai Tietz wrote:
>>
>> Hello,
>>
>> this patch adds basic support for libatomic for mingw targets using
>> win32 and for mingw targets using posix threading model.
>>
>> The win32 implemenation might need for initialization of mutexes a
>>
On 06/16/14 07:20, Kai Tietz wrote:
Hello,
this patch adds basic support for libatomic for mingw targets using
win32 and for mingw targets using posix threading model.
The win32 implemenation might need for initialization of mutexes a
critical section. If issue occures we can still add that.