Hi, For thread priorities to be respected in regular linux we use * pthread_attr_setinheritsched* API pthread_attr_setinheritsched (&tattr, PTHREAD_EXPLICIT_SCHED);
But this is not supported in Android. I have a system which runs real time in regular linux and after migrating to Android it does not run real time. What is the reason for not supporting this feature and is there any way in which this can be enabled ? Is there any other way in which thread priority can be reflected in Android ? Regards, Sambhav -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
