svn commit: r302350 - in head: share/man/man9 sys/kern sys/sys

Hans Petter Selasky hps at selasky.org
Wed Jul 13 10:07:32 UTC 2016


Hi,

Can we agree on the following return values for callout_stop() and 
callout_reset() and their variants:

If the callout was scheduled regardless of being serviced or not,
.Dv CALLOUT_RET_CANCELLED
is returned.
If the callout was stopped and is still being serviced
.Dv CALLOUT_RET_DRAINING
is returned.
If the callout was stopped and is no longer being serviced
.Dv CALLOUT_RET_STOPPED
is returned.

--HPS


More information about the svn-src-head mailing list