ozaki-r 0edc16ce4f Replace callout_stop with callout_halt
In order to call callout_destroy for a callout safely, we have to ensure
the function of the callout is not running and pending. To do so, we should
use callout_halt, not callout_stop.

In this case, we need to pass an interlock to callout_halt to wait for
the callout complete.

Reviewed by riastradh@.
2014-11-21 09:40:10 +00:00
2014-10-28 21:36:30 +00:00
2014-11-20 03:07:30 +00:00
2014-11-14 09:03:39 +00:00
2014-11-15 02:01:27 +00:00
2014-11-18 01:58:59 +00:00
2014-11-17 07:15:28 +00:00
2014-11-20 21:18:47 +00:00
2014-11-16 06:10:55 +00:00
2014-11-05 08:19:17 +00:00
Description
No description provided
3.1 GiB
Languages
C 85.3%
Roff 7.2%
Assembly 3.1%
Shell 1.7%
Makefile 1.2%
Other 0.9%