[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rtl] scheduling question



daniel sheltraw wrote:
> 
> Greetings RTL/RTAIsters
> 
> What is the longest delay in clock ticks that can be given to
> rt_task_make_periodic (2^32 ?) for the period argument?
> What are some ways to produce longer periods?
> 
> Thanks,
> Daniel

AFAIK the period is a "long long" so that it can be up to (2^63 - 1).
Note in any case that the ticking will be 100hz to satisfy Linux timer.

Ciao, Paolo.