Colin Percival
2c1bb20746
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
2004-04-06 23:08:49 +00:00
..
2004-04-05 21:00:51 +00:00
2004-04-05 23:55:14 +00:00
2004-04-05 21:29:41 +00:00
2004-04-05 23:41:29 +00:00
2004-02-28 12:59:56 +00:00
2004-02-21 21:32:15 +00:00
2004-04-05 08:26:52 +00:00
2004-04-06 19:12:24 +00:00
2004-04-05 17:30:15 +00:00
2004-01-27 18:57:21 +00:00
2004-02-29 09:55:32 +00:00
2004-04-06 22:50:50 +00:00
2004-04-01 00:04:23 +00:00
2004-04-04 20:37:28 +00:00
2004-03-11 18:02:36 +00:00
2004-03-17 17:50:55 +00:00
2004-04-05 19:31:18 +00:00
2004-04-06 01:38:28 +00:00
2004-04-04 16:36:21 +00:00
2004-03-11 16:33:11 +00:00
2004-04-06 23:08:49 +00:00
2004-03-29 21:15:41 +00:00
2004-04-06 15:12:50 +00:00
2004-04-05 16:55:15 +00:00
2004-04-05 22:13:21 +00:00
2004-03-22 04:54:36 +00:00
2004-03-12 21:45:33 +00:00
2004-04-04 21:33:09 +00:00
2004-04-06 10:59:11 +00:00
2004-04-01 13:48:23 +00:00
2004-04-03 05:31:38 +00:00
2004-03-01 03:14:23 +00:00
2004-01-25 17:18:12 +00:00
2004-03-01 03:14:23 +00:00
2004-03-14 02:06:28 +00:00
2004-03-01 03:14:23 +00:00
2004-03-26 22:44:59 +00:00
2004-04-04 19:24:08 +00:00
2004-04-06 01:58:58 +00:00
2004-03-05 22:42:17 +00:00
2004-04-06 14:19:45 +00:00
2004-03-17 17:50:55 +00:00
2004-04-06 11:04:54 +00:00
2004-02-03 22:27:03 +00:00
2004-04-05 04:08:00 +00:00
2004-03-28 05:55:27 +00:00
2004-02-29 15:33:56 +00:00
2004-04-05 04:08:00 +00:00
2004-04-06 23:08:49 +00:00
2004-02-05 22:51:16 +00:00
2004-04-06 19:20:24 +00:00
2004-04-06 20:15:37 +00:00
2004-01-17 03:28:27 +00:00