Searched hist:127969 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/share/man/man9/
H A Dtimeout.9diff 127969 Tue Apr 06 21:08:49 MDT 2004 cperciva Introduce a callout_drain() function. This acts in the same manner as
callout_stop(), except that if the callout being stopped is currently
in progress, it blocks attempts to reset the callout and waits until the
callout is completed before it returns.

This makes it possible to clean up callout-using code safely, e.g.,
without potentially freeing memory which is still being used by a callout.

Reviewed by: mux, gallatin, rwatson, jhb
/freebsd-11-stable/sys/sys/
H A Dcallout.hdiff 127969 Tue Apr 06 21:08:49 MDT 2004 cperciva Introduce a callout_drain() function. This acts in the same manner as
callout_stop(), except that if the callout being stopped is currently
in progress, it blocks attempts to reset the callout and waits until the
callout is completed before it returns.

This makes it possible to clean up callout-using code safely, e.g.,
without potentially freeing memory which is still being used by a callout.

Reviewed by: mux, gallatin, rwatson, jhb
H A D_callout.hdiff 127969 Tue Apr 06 21:08:49 MDT 2004 cperciva Introduce a callout_drain() function. This acts in the same manner as
callout_stop(), except that if the callout being stopped is currently
in progress, it blocks attempts to reset the callout and waits until the
callout is completed before it returns.

This makes it possible to clean up callout-using code safely, e.g.,
without potentially freeing memory which is still being used by a callout.

Reviewed by: mux, gallatin, rwatson, jhb

Completed in 266 milliseconds