tech-kern archive

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

callout_stop => callout_halt



Hi,

In order to call callout_destroy for a callout
safely, we have to ensure no instance of the callout
is running. To do so, we should use callout_halt not
callout_stop, IIUC. However, there are several
callout_stop(); callout_destroy() sequences.
Should we replace such callout_stop with callout_halt?
Any suggestions?

This topic was raised when discussing PR/47881
with martin@.

Thanks,
  ozaki-r


Home | Main Index | Thread Index | Old Index