Re: [patch libatomic]: Add basic support for mingw targets

2014-06-17 Thread Jeff Law
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

Re: [patch libatomic]: Add basic support for mingw targets

2014-06-17 Thread Kai Tietz
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 >>

Re: [patch libatomic]: Add basic support for mingw targets

2014-06-17 Thread 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 critical section. If issue occures we can still add that.