This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RTX5 - Five default mutexes

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 ?

0