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.
7 years, 5 months ago.
Return value of Thread::signal_wait does always have evt.status=osEventSignal. Intentional?
The return value of Thread::signal_wait has evt.status set to osEventSignal even when exited by timeout. Is this intentional? It seems like evt.status being set in the method's switch statement is overwritten just before the method returns.
Question relating to:
1 Answer
7 years, 4 months ago.
Hi, thanks for rising it. I found it couple of days ago myself when extending test coverage, it'll be fixed here https://github.com/ARMmbed/mbed-os/pull/4620