We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Watch RTX RTOS window shows five mutex objects, by default created by __main (not main() or app_main(). So far I did not explicitly create or use mutexes in my application. But after my application has started, two of these five mutexes are owned by my app_main(). Is there any documentation (or source code) of what __main() is doing ?