• The kernel will stop at this point when the ISR schedules the tasklet/bottom half.

    ISR这个tasklet/bootomhalf 进行调度时内核就会这个断点处停止

    youdao

  • This requires that the tasklet_enable function be invoked to make the tasklet schedulable.

    这时需要调用函数tasklet_enable来实现微线程可被调度

    youdao

  • You will need another separate polling thread, which will get notified by the first thread when to schedule a tasklet.

    需要另外一个单独轮询线程,在调度 tasklet第一个线程通知它。

    youdao

  • When the module is unloaded, the tasklet_kill function is called to ensure that the tasklet is not in a schedulable state.

    模块被卸载函数tasklet _ kill将被调用保证线程处于可调度状态。

    youdao

  • Finally, after a tasklet has been created, it's possible to stop a tasklet through the tasklet_kill functions (see Listing 4).

    最后,微线程生成之后可以通过函数tasklet _ kill停止微线程(参见清单4)。

    youdao

  • You can enable and disable a tasklet (from a scheduling perspective) using the tasklet_enable and tasklet_disable functions, respectively.

    可以分别利用函数tasklet_enable函数tasklet _disable实现允许和禁止一个微线程(调度角度)。

    youdao

  • The tasklet_kill function ensures that the tasklet will not run again and, if the tasklet is currently scheduled to run, will wait for its completion, and then kill it.

    函数tasklet _kill保证微线程不会运行并且如果按进度该微线程应该运行,将会等到运行完然后再kill该线程。

    youdao

  • While you are in the tasklet, you will be able to modify the (local) register values at debug time and be able to step through all the paths and flow of the source code.

    虽然我们处于一个basklet 中,但是仍然可以调试修改本地寄存器并且可以单步跟踪所有路径源代码。

    youdao

  • These techniques are helpful in all possible worlds, including combinations of interrupts and ISR, such as slow interrupt, fast interrupt, tasklet, bottom-half, and so on.

    这些技术所有可能情况中非常有用包括中断ISR组合例如中断中断、taskletbottom-half等等

    youdao

  • These techniques are helpful in all possible worlds, including combinations of interrupts and ISR, such as slow interrupt, fast interrupt, tasklet, bottom-half, and so on.

    这些技术所有可能情况中非常有用包括中断ISR组合例如中断中断、taskletbottom-half等等

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定