Hi,

Yogi wrote:
> Hi All,
>
> I want to change the pthread priority which i have created using
> pthread_create() function.
> I tried with pthread_setschedprio() pthread function, but i throws
> linking error as below:
>
> undefined reference to `pthread_setschedprio'
>   
pthread_attr_setschedparam
pthread_setschedparam

The two funtions are implemented. You can see the code in the bionic. I 
never used them
but I think that they do the right thing.

Michael
> Is pthread pthread_setschedprio() function supported on android?
> Can you please suggest how I can resolve this error?
>
> Thanks & Regards,
> Yogesh
>
> >
>
>   


--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to