[arm-gnu] Re: Problems with pthread on ARM/PXA270
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[arm-gnu] Re: Problems with pthread on ARM/PXA270



Juergen Schindele wrote:
> But on our pxa270 platform the thread switch does not (or really
> rarely) happen and only one thread is printing always the same
> values. So i suppose thread switching is not working!

What time quantum does sched_rr_get_interval() return?  SCHED_RR is
only expected to switch that often.

-- Jamie