Pawel Dziepak d7e1e3e012 kernel/UserEvent: Make sure UserEvent object is valid during DPC
Most of the actual UserEvent work is done in DPC so that we don't have
to care about the limitations of the context in which UserEvent::Fire()
is invoked. This requires appropriate management of lifetime of UserEvent
instances to make sure that DoDPC() method is always called on a valid
object.
2014-03-17 02:40:12 +01:00
..
2014-01-17 04:06:15 +01:00
2014-01-03 19:44:57 +01:00
2013-11-08 02:41:26 +01:00
2013-11-08 02:41:26 +01:00
2013-12-05 22:47:30 +01:00