[Mingw-w64-public] pthread_attr_setschedpolicy not implemented

2013-11-19 Thread Victor Bombi
Hello, versions posix-sjlj for 32 bits (I need C++11 threading) have pthread_attr_setschedpolicy not implemented I think that there are some versions of pthread that implement that feature. Is there any reason for that? Is this going to change in the future? best regards victor

Re: [Mingw-w64-public] pthread_attr_setschedpolicy not implemented

2013-11-16 Thread Kai Tietz
2013/11/15 Victor Bombi son...@telefonica.net: thanks for answering. Nothing is trivial for me using pthreads. I just need that to compile code made by others that I would not like to change. I added at revision 6370 to trunk the function pthread_attr_getschedpolicy and

Re: [Mingw-w64-public] pthread_attr_setschedpolicy not implemented

2013-11-16 Thread Victor Bombi
Thanks alot - Original Message - From: Kai Tietz ktiet...@googlemail.com To: mingw-w64-public@lists.sourceforge.net Sent: Saturday, November 16, 2013 1:21 PM Subject: Re: [Mingw-w64-public] pthread_attr_setschedpolicy not implemented 2013/11/15 Victor Bombi son...@telefonica.net

[Mingw-w64-public] pthread_attr_setschedpolicy not implemented

2013-11-15 Thread Victor Bombi
Hello, versions posix-sjlj for 32 bits (I need C++11 threading) have pthread_attr_setschedpolicy not implemented I think that there are some versions of pthread that implement that feature. Is there any reason for that? Is this going to change in the future? best regards victor

Re: [Mingw-w64-public] pthread_attr_setschedpolicy not implemented

2013-11-15 Thread Kai Tietz
2013/11/15 Victor Bombi son...@telefonica.net: Hello, versions posix-sjlj for 32 bits (I need C++11 threading) have pthread_attr_setschedpolicy not implemented I think that there are some versions of pthread that implement that feature. Is there any reason for that? Is this going to change

Re: [Mingw-w64-public] pthread_attr_setschedpolicy not implemented

2013-11-15 Thread Victor Bombi
another question is: Why cant we have C++11 threading with non-posix versions? Hello, versions posix-sjlj for 32 bits (I need C++11 threading) have pthread_attr_setschedpolicy not implemented I think that there are some versions of pthread that implement that feature. Is there any reason