Replies: 1 comment
-
The Regarding your comment about the double-linked list used for tracking. The one that is problematic is related to the object core subsystem, which is used to track (statistic) usage of kernel objects. From what I can see, objcore doesn't support the dynamic use of mutex/semaphore objects. This is where we would need a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I was wondering about proper destruction of
k_mutex
andk_sem
objects. In both these APIs there are init functions, but no destroy functions. Is this intended or is there another way to destroy them safely ? Or can I dynamically initialize an unlimited amount of them ?I am asking because I saw that in the implementation, there is something that is added to a a double-linked list for tracking, but did not see how it was removed.
For reference, I am running the zephyr LTS version (3.7.0).
Thanks in advance !
Beta Was this translation helpful? Give feedback.
All reactions