You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What new or enhanced feature are you proposing?
Current design for compiled-in application allows to configure for
multitasking, in such configuration multiple application would simultaneously
use public APIs (e.g. malloc) without explicit inter-application
synchronization. In these configurations these APIs are required to be thread
safe.
What goals would this enhancement help you to achieve?
Allow to execute multiple applications using public APIs in parallel.
How are you going to implement the enhancement?
Naive implementation could use global locking mechanism.
Original issue reported on code.google.com by [email protected] on 15 Feb 2013 at 12:57
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 15 Feb 2013 at 12:57The text was updated successfully, but these errors were encountered: