tech-kern archive

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

Re: How to pause/continue itimer ?



I tried it,
zeroing both values pauses timer,
but putting back old values does not restore timer and handler is not called.


On Mon, 24 Nov 2025, Beesdeckar wrote:

My question are:
Does exist any way how to pause itimer


set `.tv_sec = .tv_nsec = 0;' to cancel the timer.

and after some time start it again ?


put back old values.

-RVP




Home | Main Index | Thread Index | Old Index