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.

[参考译文] CCS/TMS320C6657:由任务创建的 POSIX 线程("pthread&quot)是否仍被视为任务线程?

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/571432/ccs-tms320c6657-are-posix-threads-pthread-s-created-by-tasks-still-considered-task-threads

器件型号:TMS320C6657
Thread 中讨论的其他器件:SYSBIOS

工具/软件:Code Composer Studio

由任务创建的 POSIX 线程("pthread")是否仍被视为任务线程?  

谢谢。

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

    是的、每个 pthread 都是自己的任务。  您可以在中自行查看 /packages/ti/sysbios/posix、尤其是 pthread.c 中的内容、您可以在其中看到用于创建 pthread 的所有 SYS/BIOS 结构。

    此致、

    - Rob