Unexpected behavior when reclaiming resources after a thread completes on it's own #394
Labels
bug
Something isn't working
discussion
Flagged for discussion during the weekly team meeting
hardware
New hardware or architecture support request
Hi,
we want to implement a system that does spawn multiple threads during its lifetime. Some of them are terminated by other threads, most of them exit the entry function after completion. Several threads may be started and stopped multiple times during the life time of the system.
We are using ThreadX V6.2.0, target is STM32 ARM.
When reading the documentation and analyzing the behavior of ThreadX with test code we have made the following observations:
Common:
TERMINATE:
COMPLETE:
We now have the following questions:
regards
Andre
The text was updated successfully, but these errors were encountered: