Re: how to assign priority to threads in rtlinux modules hel
You have to pass the your priority structure in the PThread scheduler.
Go to the 'Pthread_Create' function and there you will find a 'Pthread_Schedulerparam' function. You have to pass your priority structure there.