jeosph
驱动中牛
驱动中牛
  • 注册日期2001-04-19
  • 最后登录2006-08-08
  • 粉丝0
  • 关注0
  • 积分96分
  • 威望11点
  • 贡献值0点
  • 好评度9点
  • 原创分0分
  • 专家分0分
阅读:926回复:0

oney书P353. second paragraph,last sentence

楼主#
更多 发布于:2001-09-10 14:09
oney书P353. second paragraph,last sentence
The requirement that you can't block while these operations finish means lavish use of completion routines to make the steps asynchronous.



既然不能阻塞,为什么还要用完成例程呢?完成例程都是有一个KeSetEvent(&event,0,false);
是的KeWaitForSingleObject(&Event,....)条件满足,但这个函数本身就导致了线程阻塞啊?
游客

返回顶部