Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 4 months ago.
About reentrability in CMSIS-RTOS
Hello, I study CMSIS-RTOS now. And I have one questions. How to implement reentrability of thread functions? On this feature in interface not even a hint. I need to create several instances of thread from single script. Is this possible, without modification of interface CMSIS? Thanks in advance.