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

Re:




> 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?

2^63-2 ns. It is more than 292 years.
Type hrtime_t is equivalent to (signed) long long.
See HRTIME_INFINITY in rtl_time.h

Regards

Gabor