This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] RTOS/TM4C129XNCZAD:是否允许 NDK fdSelectAbort() ISR 调用上下文?

Guru**** 2331900 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/597418/rtos-tm4c129xnczad-is-ndk-fdselectabort-isr-call-context-permitted

器件型号:TM4C129XNCZAD

工具/软件:TI-RTOS

可以从中断服务例程调用 fdSelectAbort()吗?  我不清楚 NDK 手册中的内容。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    否 它在内部调用 llEnter(),该函数调用具有非零超时的 Semaphore_pend。

    Todd